Html Css Color HEX #6430D9 Purple Heart

📋 copy color: '#6430D9'

red 100 ◦ green 48 ◦ blue 217

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

Shades of Purple Heart #6430D9

Tints of Purple Heart #6430D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 59.45%

R = 27.4%
G = 13.15%
B = 59.45%

CMYK

 C value IS 0.54

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6430D9 (or 0x6430D9) is known color: Purple Heart. HEX triplet: 64, 30 and D9. RGB value is (100,48,217). Sum of RGB (Red+Green+Blue) = 100+48+217=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 217 (85.16% from 255 or 59.45% from 365); Max value from RGB is 217 - color contains mainly: blue. Hex color #6430D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6430D9 is #9BCF26. Grayscale: #525252. Windows color (decimal): -10211111 or 14233700. OLE color: 14233700.

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

Color convert

RGB 100 48 217 -
CMYK 0.54 0.78 0 0.15
HSL 258.46º 0.69% 0.52% -
HSV(B) 258.46º 0.78% 0.85% -
XYZ 18.84 9.83 66.55 -
YUV 82.81 203.73 140.26 -
System Red Green Blue C M Y K H S L
Decimal 100 48 217 0.54 0.78 0 0.15 258.46 0.69 0.52
Hex 64 30 D9 36 4E 0 F 102 45 34
Octal 144 60 331 66 116 0 17 402 105 64
Binary 1100100 110000 11011001 110110 1001110 0 1111 100000010 1000101 110100

Color Harmonies of #6430D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6430D9

Black with #6430D9

Text Example


Text Example

White with #6430D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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