Html Css Color HEX #6422CD Purple Heart

📋 copy color: '#6422CD'

red 100 ◦ green 34 ◦ blue 205

#6422CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6422CD

Tints of Purple Heart #6422CD

RGB

 RED value IS 100 (39.45% from 255) = 29.5%

 GREEN value IS 34 (13.67% from 255) = 10.03%

 BLUE value IS 205 (80.47% from 255) = 60.47%

R = 29.5%
G = 10.03%
B = 60.47%

CMYK

 C value IS 0.51

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6422CD (or 0x6422CD) is known color: Purple Heart. HEX triplet: 64, 22 and CD. RGB value is (100,34,205). Sum of RGB (Red+Green+Blue) = 100+34+205=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 205 (80.47% from 255 or 60.47% from 339); Max value from RGB is 205 - color contains mainly: blue. Hex color #6422CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6422CD is #9BDD32. Grayscale: #484848. Windows color (decimal): -10214707 or 13443684. OLE color: 13443684.

HSL color Cylindrical-coordinate representation of color #6422CD: hue angle of 263.16º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6422CD is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 34 205 -
CMYK 0.51 0.83 0 0.20
HSL 263.16º 0.72% 0.47% -
HSV(B) 263.16º 0.83% 0.8% -
XYZ 16.85 8.26 58.46 -
YUV 73.23 202.37 147.1 -
System Red Green Blue C M Y K H S L
Decimal 100 34 205 0.51 0.83 0 0.20 263.16 0.72 0.47
Hex 64 22 CD 33 53 0 14 107 48 2F
Octal 144 42 315 63 123 0 24 407 110 57
Binary 1100100 100010 11001101 110011 1010011 0 10100 100000111 1001000 101111

Color Harmonies of #6422CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6422CD

Black with #6422CD

Text Example


Text Example

White with #6422CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6422CD;
 }
 .AnyTagClassName
 {
   color: #6422CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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