Html Css Color HEX #6430DA Purple Heart

📋 copy color: '#6430DA'

red 100 ◦ green 48 ◦ blue 218

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

Shades of Purple Heart #6430DA

Tints of Purple Heart #6430DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.56%

R = 27.32%
G = 13.11%
B = 59.56%

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

#6430DA (or 0x6430DA) is known color: Purple Heart. HEX triplet: 64, 30 and DA. RGB value is (100,48,218). Sum of RGB (Red+Green+Blue) = 100+48+218=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 218 (85.55% from 255 or 59.56% from 366); Max value from RGB is 218 - color contains mainly: blue. Hex color #6430DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6430DA is #9BCF25. Grayscale: #525252. Windows color (decimal): -10211110 or 14299236. OLE color: 14299236.

HSL color Cylindrical-coordinate representation of color #6430DA: hue angle of 258.35º degrees, saturation: 0.7, 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 #6430DA is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 48 218 -
CMYK 0.54 0.78 0 0.15
HSL 258.35º 0.7% 0.52% -
HSV(B) 258.35º 0.78% 0.85% -
XYZ 18.97 9.89 67.24 -
YUV 82.93 204.23 140.18 -
System Red Green Blue C M Y K H S L
Decimal 100 48 218 0.54 0.78 0 0.15 258.35 0.7 0.52
Hex 64 30 DA 36 4E 0 F 102 46 34
Octal 144 60 332 66 116 0 17 402 106 64
Binary 1100100 110000 11011010 110110 1001110 0 1111 100000010 1000110 110100

Color Harmonies of #6430DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6430DA

Black with #6430DA

Text Example


Text Example

White with #6430DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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