Html Css Color HEX #6431DE Purple Heart

📋 copy color: '#6431DE'

red 100 ◦ green 49 ◦ blue 222

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

Shades of Purple Heart #6431DE

Tints of Purple Heart #6431DE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.21%

 BLUE value IS 222 (87.11% from 255) = 59.84%

R = 26.95%
G = 13.21%
B = 59.84%

CMYK

 C value IS 0.55

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6431DE (or 0x6431DE) is known color: Purple Heart. HEX triplet: 64, 31 and DE. RGB value is (100,49,222). Sum of RGB (Red+Green+Blue) = 100+49+222=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 222 (87.11% from 255 or 59.84% from 371); Max value from RGB is 222 - color contains mainly: blue. Hex color #6431DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6431DE is #9BCE21. Grayscale: #535353. Windows color (decimal): -10210850 or 14561636. OLE color: 14561636.

HSL color Cylindrical-coordinate representation of color #6431DE: hue angle of 257.69º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6431DE is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 49 222 -
CMYK 0.55 0.78 0 0.13
HSL 257.69º 0.72% 0.53% -
HSV(B) 257.69º 0.78% 0.87% -
XYZ 19.54 10.18 70.04 -
YUV 83.97 205.9 139.43 -
System Red Green Blue C M Y K H S L
Decimal 100 49 222 0.55 0.78 0 0.13 257.69 0.72 0.53
Hex 64 31 DE 37 4E 0 D 102 48 35
Octal 144 61 336 67 116 0 15 402 110 65
Binary 1100100 110001 11011110 110111 1001110 0 1101 100000010 1001000 110101

Color Harmonies of #6431DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6431DE

Black with #6431DE

Text Example


Text Example

White with #6431DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6431DE; }

 p { color: rgb(100,49,222); }

 H1.HeaderClassName
 {
   color: #6431DE;
 }
 .AnyTagClassName
 {
   color: #6431DE;
 }
</style>

background-color css

<style>
 a { background-color: #6431DE; }

 a { background-color: rgb(100,49,222); }

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

border-color css

<style>
 span { border-color: #6431DE; }

 span { border-color: rgb(100,49,222); }

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