#6426BA

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

Shades of Purple Heart #6426BA

Tints of Purple Heart #6426BA

Color information

#6426BA (or 0x6426BA) is unknown color: approx Purple Heart. HEX triplet: 64, 26 and BA. RGB value is (100,38,186). Sum of RGB (Red+Green+Blue) = 100+38+186=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #6426BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6426BA is #9BD945. Grayscale: #484848. Windows color (decimal): -10213702 or 12199524. OLE color: 12199524.

HSL color Cylindrical-coordinate representation of color #6426BA: hue angle of 265.14º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6426BA is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10038186-
CMYK0.460.8000.27
HSL265.14º66.07%43.92%-
HSV(B)265.14º79.57%72.94%-
XYZ14.817.6447.15-
YUV73.41191.54146.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.86%
GREEN value IS 38 (15.23% from 255) = 11.73%
BLUE value IS 186 (73.05% from 255) = 57.41%
R=30.86%
G=11.73%
B=57.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal100381860.460.8000.27265.1466.0743.92
Hex6426BA2E5001B109422c
Octal144462725612003341110254
Binary11001001001101011101010111010100000110111000010011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6426BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6426BA; }

 p { color: rgb(100,38,186); }

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

<style>
 a { background-color: #6426BA; }

 a { background-color: rgb(100,38,186); }

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

<style>
 span { border-color: #6426BA; }

 span { border-color: rgb(100,38,186); }

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