Html Css Color HEX #6431DD Purple Heart

📋 copy color: '#6431DD'

red 100 ◦ green 49 ◦ blue 221

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

Shades of Purple Heart #6431DD

Tints of Purple Heart #6431DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.73%

R = 27.03%
G = 13.24%
B = 59.73%

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

#6431DD (or 0x6431DD) is known color: Purple Heart. HEX triplet: 64, 31 and DD. RGB value is (100,49,221). Sum of RGB (Red+Green+Blue) = 100+49+221=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 49 (19.53% from 255 or 13.24% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #6431DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6431DD is #9BCE22. Grayscale: #535353. Windows color (decimal): -10210851 or 14496100. OLE color: 14496100.

HSL color Cylindrical-coordinate representation of color #6431DD: hue angle of 257.79º 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 #6431DD is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 49 221 -
CMYK 0.55 0.78 0 0.13
HSL 257.79º 0.72% 0.53% -
HSV(B) 257.79º 0.78% 0.87% -
XYZ 19.4 10.13 69.34 -
YUV 83.86 205.4 139.51 -
System Red Green Blue C M Y K H S L
Decimal 100 49 221 0.55 0.78 0 0.13 257.79 0.72 0.53
Hex 64 31 DD 37 4E 0 D 102 48 35
Octal 144 61 335 67 116 0 15 402 110 65
Binary 1100100 110001 11011101 110111 1001110 0 1101 100000010 1001000 110101

Color Harmonies of #6431DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6431DD

Black with #6431DD

Text Example


Text Example

White with #6431DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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