Html Css Color HEX #6430DB Purple Heart

📋 copy color: '#6430DB'

red 100 ◦ green 48 ◦ blue 219

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

Shades of Purple Heart #6430DB

Tints of Purple Heart #6430DB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.08%

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

R = 27.25%
G = 13.08%
B = 59.67%

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

#6430DB (or 0x6430DB) is known color: Purple Heart. HEX triplet: 64, 30 and DB. RGB value is (100,48,219). Sum of RGB (Red+Green+Blue) = 100+48+219=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #6430DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6430DB is #9BCF24. Grayscale: #525252. Windows color (decimal): -10211109 or 14364772. OLE color: 14364772.

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

Color convert

RGB 100 48 219 -
CMYK 0.54 0.78 0 0.14
HSL 258.25º 0.7% 0.52% -
HSV(B) 258.25º 0.78% 0.86% -
XYZ 19.1 9.94 67.93 -
YUV 83.04 204.73 140.1 -
System Red Green Blue C M Y K H S L
Decimal 100 48 219 0.54 0.78 0 0.14 258.25 0.7 0.52
Hex 64 30 DB 36 4E 0 E 102 46 34
Octal 144 60 333 66 116 0 16 402 106 64
Binary 1100100 110000 11011011 110110 1001110 0 1110 100000010 1000110 110100

Color Harmonies of #6430DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6430DB

Black with #6430DB

Text Example


Text Example

White with #6430DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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