#6422BF

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

Shades of Purple Heart #6422BF

Tints of Purple Heart #6422BF

Color information

#6422BF (or 0x6422BF) is unknown color: approx Purple Heart. HEX triplet: 64, 22 and BF. RGB value is (100,34,191). Sum of RGB (Red+Green+Blue) = 100+34+191=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 191 (75% from 255 or 58.77% from 325); Max value from RGB is 191 - color contains mainly: blue. Hex color #6422BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6422BF is #9BDD40. Grayscale: #474747. Windows color (decimal): -10214721 or 12526180. OLE color: 12526180.

HSL color Cylindrical-coordinate representation of color #6422BF: hue angle of 265.22º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6422BF is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10034191-
CMYK0.480.8200.25
HSL265.22º69.78%44.12%-
HSV(B)265.22º82.2%74.9%-
XYZ15.237.6149.96-
YUV71.63195.37148.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.77%
GREEN value IS 34 (13.67% from 255) = 10.46%
BLUE value IS 191 (75% from 255) = 58.77%
R=30.77%
G=10.46%
B=58.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal100341910.480.8200.25265.2269.7844.12
Hex6422BF3052019109462c
Octal144422776012203141110654
Binary11001001000101011111111000010100100110011000010011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6422BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6422BF; }

 p { color: rgb(100,34,191); }

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

<style>
 a { background-color: #6422BF; }

 a { background-color: rgb(100,34,191); }

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

<style>
 span { border-color: #6422BF; }

 span { border-color: rgb(100,34,191); }

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