Html Css Color HEX #6422D6 Purple Heart

📋 copy color: '#6422D6'

red 100 ◦ green 34 ◦ blue 214

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

Shades of Purple Heart #6422D6

Tints of Purple Heart #6422D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 61.49%

R = 28.74%
G = 9.77%
B = 61.49%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6422D6 (or 0x6422D6) is known color: Purple Heart. HEX triplet: 64, 22 and D6. RGB value is (100,34,214). Sum of RGB (Red+Green+Blue) = 100+34+214=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 34 (13.67% from 255 or 9.77% from 348); Blue value is 214 (83.98% from 255 or 61.49% from 348); Max value from RGB is 214 - color contains mainly: blue. Hex color #6422D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6422D6 is #9BDD29. Grayscale: #494949. Windows color (decimal): -10214698 or 14033508. OLE color: 14033508.

HSL color Cylindrical-coordinate representation of color #6422D6: hue angle of 262º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6422D6 is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 34 214 -
CMYK 0.53 0.84 0 0.16
HSL 262º 0.73% 0.49% -
HSV(B) 262º 0.84% 0.84% -
XYZ 17.97 8.71 64.35 -
YUV 74.25 206.87 146.36 -
System Red Green Blue C M Y K H S L
Decimal 100 34 214 0.53 0.84 0 0.16 262 0.73 0.49
Hex 64 22 D6 35 54 0 10 106 49 31
Octal 144 42 326 65 124 0 20 406 111 61
Binary 1100100 100010 11010110 110101 1010100 0 10000 100000110 1001001 110001

Color Harmonies of #6422D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6422D6

Black with #6422D6

Text Example


Text Example

White with #6422D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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