#651FB2

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

Shades of Purple Heart #651FB2

Tints of Purple Heart #651FB2

Color information

#651FB2 (or 0x651FB2) is unknown color: approx Purple Heart. HEX triplet: 65, 1F and B2. RGB value is (101,31,178). Sum of RGB (Red+Green+Blue) = 101+31+178=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 178 (69.92% from 255 or 57.42% from 310); Max value from RGB is 178 - color contains mainly: blue. Hex color #651FB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #651FB2 is #9AE04D. Grayscale: #444444. Windows color (decimal): -10149966 or 11673445. OLE color: 11673445.

HSL color Cylindrical-coordinate representation of color #651FB2: hue angle of 268.57º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #651FB2 is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10131178-
CMYK0.430.8300.30
HSL268.57º70.33%40.98%-
HSV(B)268.57º82.58%69.8%-
XYZ13.896.9642.73-
YUV68.69189.69151.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.58%
GREEN value IS 31 (12.5% from 255) = 10%
BLUE value IS 178 (69.92% from 255) = 57.42%
R=32.58%
G=10%
B=57.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal101311780.430.8300.30268.5770.3340.98
Hex651FB22B5301E10d4629
Octal145372625312303641510651
Binary1100101111111011001010101110100110111101000011011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,31,178); }

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

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

 a { background-color: rgb(101,31,178); }

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

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

 span { border-color: rgb(101,31,178); }

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