Html Css Color HEX #6030D6 Purple Heart

📋 copy color: '#6030D6'

red 96 ◦ green 48 ◦ blue 214

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

Shades of Purple Heart #6030D6

Tints of Purple Heart #6030D6

RGB

 RED value IS 96 (37.89% from 255) = 26.82%

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

 BLUE value IS 214 (83.98% from 255) = 59.78%

R = 26.82%
G = 13.41%
B = 59.78%

CMYK

 C value IS 0.55

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6030D6 (or 0x6030D6) is known color: Purple Heart. HEX triplet: 60, 30 and D6. RGB value is (96,48,214). Sum of RGB (Red+Green+Blue) = 96+48+214=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 214 (83.98% from 255 or 59.78% from 358); Max value from RGB is 214 - color contains mainly: blue. Hex color #6030D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6030D6 is #9FCF29. Grayscale: #505050. Windows color (decimal): -10473258 or 14037088. OLE color: 14037088.

HSL color Cylindrical-coordinate representation of color #6030D6: hue angle of 257.35º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6030D6 is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 96 48 214 -
CMYK 0.55 0.78 0 0.16
HSL 257.35º 0.67% 0.51% -
HSV(B) 257.35º 0.78% 0.84% -
XYZ 18.02 9.46 64.49 -
YUV 81.28 202.9 138.5 -
System Red Green Blue C M Y K H S L
Decimal 96 48 214 0.55 0.78 0 0.16 257.35 0.67 0.51
Hex 60 30 D6 37 4E 0 10 101 43 33
Octal 140 60 326 67 116 0 20 401 103 63
Binary 1100000 110000 11010110 110111 1001110 0 10000 100000001 1000011 110011

Color Harmonies of #6030D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6030D6

Black with #6030D6

Text Example


Text Example

White with #6030D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6030D6; }

 p { color: rgb(96,48,214); }

 H1.HeaderClassName
 {
   color: #6030D6;
 }
 .AnyTagClassName
 {
   color: #6030D6;
 }
</style>

background-color css

<style>
 a { background-color: #6030D6; }

 a { background-color: rgb(96,48,214); }

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

border-color css

<style>
 span { border-color: #6030D6; }

 span { border-color: rgb(96,48,214); }

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