Html Css Color HEX #6431DB Purple Heart

📋 copy color: '#6431DB'

red 100 ◦ green 49 ◦ blue 219

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

Shades of Purple Heart #6431DB

Tints of Purple Heart #6431DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.51%

R = 27.17%
G = 13.32%
B = 59.51%

CMYK

 C value IS 0.54

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6431DB (or 0x6431DB) is known color: Purple Heart. HEX triplet: 64, 31 and DB. RGB value is (100,49,219). Sum of RGB (Red+Green+Blue) = 100+49+219=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #6431DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6431DB is #9BCE24. Grayscale: #535353. Windows color (decimal): -10210853 or 14365028. OLE color: 14365028.

HSL color Cylindrical-coordinate representation of color #6431DB: hue angle of 258º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6431DB is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 49 219 -
CMYK 0.54 0.78 0 0.14
HSL 258º 0.7% 0.53% -
HSV(B) 258º 0.78% 0.86% -
XYZ 19.14 10.02 67.94 -
YUV 83.63 204.4 139.68 -
System Red Green Blue C M Y K H S L
Decimal 100 49 219 0.54 0.78 0 0.14 258 0.7 0.53
Hex 64 31 DB 36 4E 0 E 102 46 35
Octal 144 61 333 66 116 0 16 402 106 65
Binary 1100100 110001 11011011 110110 1001110 0 1110 100000010 1000110 110101

Color Harmonies of #6431DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6431DB

Black with #6431DB

Text Example


Text Example

White with #6431DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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