#651BC1

Color #651BC1 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #651BC1

Tints of Purple Heart #651BC1

Color information

#651BC1 (or 0x651BC1) is unknown color: approx Purple Heart. HEX triplet: 65, 1B and C1. RGB value is (101,27,193). Sum of RGB (Red+Green+Blue) = 101+27+193=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 27 (10.94% from 255 or 8.41% from 321); Blue value is 193 (75.78% from 255 or 60.12% from 321); Max value from RGB is 193 - color contains mainly: blue. Hex color #651BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #651BC1 is #9AE43E. Grayscale: #434343. Windows color (decimal): -10150975 or 12655461. OLE color: 12655461.

HSL color Cylindrical-coordinate representation of color #651BC1: hue angle of 266.75º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #651BC1 is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10127193-
CMYK0.480.8600.24
HSL266.75º75.45%43.14%-
HSV(B)266.75º86.01%75.69%-
XYZ15.387.451.07-
YUV68.05198.52151.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 31.46%
GREEN value IS 27 (10.94% from 255) = 8.41%
BLUE value IS 193 (75.78% from 255) = 60.12%
R=31.46%
G=8.41%
B=60.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal101271930.480.8600.24266.7575.4543.14
Hex651BC1305601810b4b2b
Octal145333016012603041311353
Binary1100101110111100000111000010101100110001000010111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651BC1; }

 p { color: rgb(101,27,193); }

 H1.HeaderClassName
 {
   color: #651BC1;
 }
 .AnyTagClassName
 {
   color: #651BC1;
 }
</style>
background-color css

<style>
 a { background-color: #651BC1; }

 a { background-color: rgb(101,27,193); }

 div.DivClassName
 {
   background-color: #651BC1;
 }
 .BgClassName
 {
   background-color: #651BC1;
 }
</style>
border-color css

<style>
 span { border-color: #651BC1; }

 span { border-color: rgb(101,27,193); }

 td.TdClassName
 {
   border-color: #651BC1;
 }
 .TagClassName
 {
   border-color: #651BC1;
 }
</style>