Html Css Color HEX #6030DB Purple Heart

📋 copy color: '#6030DB'

red 96 ◦ green 48 ◦ blue 219

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

Shades of Purple Heart #6030DB

Tints of Purple Heart #6030DB

RGB

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

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

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

R = 26.45%
G = 13.22%
B = 60.33%

CMYK

 C value IS 0.56

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6030DB (or 0x6030DB) is known color: Purple Heart. HEX triplet: 60, 30 and DB. RGB value is (96,48,219). Sum of RGB (Red+Green+Blue) = 96+48+219=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #6030DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6030DB is #9FCF24. Grayscale: #515151. Windows color (decimal): -10473253 or 14364768. OLE color: 14364768.

HSL color Cylindrical-coordinate representation of color #6030DB: hue angle of 256.84º 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 #6030DB is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 48 219 -
CMYK 0.56 0.78 0 0.14
HSL 256.84º 0.7% 0.52% -
HSV(B) 256.84º 0.78% 0.86% -
XYZ 18.67 9.72 67.91 -
YUV 81.85 205.4 138.1 -
System Red Green Blue C M Y K H S L
Decimal 96 48 219 0.56 0.78 0 0.14 256.84 0.7 0.52
Hex 60 30 DB 38 4E 0 E 101 46 34
Octal 140 60 333 70 116 0 16 401 106 64
Binary 1100000 110000 11011011 111000 1001110 0 1110 100000001 1000110 110100

Color Harmonies of #6030DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6030DB

Black with #6030DB

Text Example


Text Example

White with #6030DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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