Html Css Color HEX #6027DB Purple Heart

📋 copy color: '#6027DB'

red 96 ◦ green 39 ◦ blue 219

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

Shades of Purple Heart #6027DB

Tints of Purple Heart #6027DB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.02%

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

R = 27.12%
G = 11.02%
B = 61.86%

CMYK

 C value IS 0.56

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6027DB (or 0x6027DB) is known color: Purple Heart. HEX triplet: 60, 27 and DB. RGB value is (96,39,219). Sum of RGB (Red+Green+Blue) = 96+39+219=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #6027DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6027DB is #9FD824. Grayscale: #4B4B4B. Windows color (decimal): -10475557 or 14362464. OLE color: 14362464.

HSL color Cylindrical-coordinate representation of color #6027DB: hue angle of 259º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6027DB is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 39 219 -
CMYK 0.56 0.82 0 0.14
HSL 259º 0.71% 0.51% -
HSV(B) 259º 0.82% 0.86% -
XYZ 18.34 9.05 67.8 -
YUV 76.56 208.38 141.86 -
System Red Green Blue C M Y K H S L
Decimal 96 39 219 0.56 0.82 0 0.14 259 0.71 0.51
Hex 60 27 DB 38 52 0 E 103 47 33
Octal 140 47 333 70 122 0 16 403 107 63
Binary 1100000 100111 11011011 111000 1010010 0 1110 100000011 1000111 110011

Color Harmonies of #6027DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6027DB

Black with #6027DB

Text Example


Text Example

White with #6027DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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