Html Css Color HEX #6424D1 Purple Heart

📋 copy color: '#6424D1'

red 100 ◦ green 36 ◦ blue 209

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

Shades of Purple Heart #6424D1

Tints of Purple Heart #6424D1

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.43%

 BLUE value IS 209 (82.03% from 255) = 60.58%

R = 28.99%
G = 10.43%
B = 60.58%

CMYK

 C value IS 0.52

 M value IS 0.83

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6424D1 (or 0x6424D1) is known color: Purple Heart. HEX triplet: 64, 24 and D1. RGB value is (100,36,209). Sum of RGB (Red+Green+Blue) = 100+36+209=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 209 (82.03% from 255 or 60.58% from 345); Max value from RGB is 209 - color contains mainly: blue. Hex color #6424D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6424D1 is #9BDB2E. Grayscale: #4A4A4A. Windows color (decimal): -10214191 or 13706340. OLE color: 13706340.

HSL color Cylindrical-coordinate representation of color #6424D1: hue angle of 262.2º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6424D1 is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 36 209 -
CMYK 0.52 0.83 0 0.18
HSL 262.2º 0.71% 0.48% -
HSV(B) 262.2º 0.83% 0.82% -
XYZ 17.4 8.57 61.06 -
YUV 74.86 203.7 145.93 -
System Red Green Blue C M Y K H S L
Decimal 100 36 209 0.52 0.83 0 0.18 262.2 0.71 0.48
Hex 64 24 D1 34 53 0 12 106 47 30
Octal 144 44 321 64 123 0 22 406 107 60
Binary 1100100 100100 11010001 110100 1010011 0 10010 100000110 1000111 110000

Color Harmonies of #6424D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6424D1

Black with #6424D1

Text Example


Text Example

White with #6424D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6424D1; }

 p { color: rgb(100,36,209); }

 H1.HeaderClassName
 {
   color: #6424D1;
 }
 .AnyTagClassName
 {
   color: #6424D1;
 }
</style>

background-color css

<style>
 a { background-color: #6424D1; }

 a { background-color: rgb(100,36,209); }

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

border-color css

<style>
 span { border-color: #6424D1; }

 span { border-color: rgb(100,36,209); }

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