#6431C6

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

Shades of Purple Heart #6431C6

Tints of Purple Heart #6431C6

Color information

#6431C6 (or 0x6431C6) is unknown color: approx Purple Heart. HEX triplet: 64, 31 and C6. RGB value is (100,49,198). Sum of RGB (Red+Green+Blue) = 100+49+198=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 198 (77.73% from 255 or 57.06% from 347); Max value from RGB is 198 - color contains mainly: blue. Hex color #6431C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6431C6 is #9BCE39. Grayscale: #505050. Windows color (decimal): -10210874 or 12988772. OLE color: 12988772.

HSL color Cylindrical-coordinate representation of color #6431C6: hue angle of 260.54º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6431C6 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10049198-
CMYK0.490.7500.22
HSL260.54º60.32%48.43%-
HSV(B)260.54º75.25%77.65%-
XYZ16.558.9854.29-
YUV81.24193.9141.38-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.82%
GREEN value IS 49 (19.53% from 255) = 14.12%
BLUE value IS 198 (77.73% from 255) = 57.06%
R=28.82%
G=14.12%
B=57.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal100491980.490.7500.22260.5460.3248.43
Hex6431C6314B0161053c30
Octal14461306611130264057460
Binary1100100110001110001101100011001011010110100000101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6431C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6431C6; }

 p { color: rgb(100,49,198); }

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

<style>
 a { background-color: #6431C6; }

 a { background-color: rgb(100,49,198); }

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

<style>
 span { border-color: #6431C6; }

 span { border-color: rgb(100,49,198); }

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