Html Css Color HEX #6026DC Purple Heart

📋 copy color: '#6026DC'

red 96 ◦ green 38 ◦ blue 220

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

Shades of Purple Heart #6026DC

Tints of Purple Heart #6026DC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.73%

 BLUE value IS 220 (86.33% from 255) = 62.15%

R = 27.12%
G = 10.73%
B = 62.15%

CMYK

 C value IS 0.56

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6026DC (or 0x6026DC) is known color: Purple Heart. HEX triplet: 60, 26 and DC. RGB value is (96,38,220). Sum of RGB (Red+Green+Blue) = 96+38+220=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #6026DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6026DC is #9FD923. Grayscale: #4B4B4B. Windows color (decimal): -10475812 or 14427744. OLE color: 14427744.

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

Color convert

RGB 96 38 220 -
CMYK 0.56 0.83 0 0.14
HSL 259.12º 0.72% 0.51% -
HSV(B) 259.12º 0.83% 0.86% -
XYZ 18.44 9.04 68.48 -
YUV 76.09 209.22 142.2 -
System Red Green Blue C M Y K H S L
Decimal 96 38 220 0.56 0.83 0 0.14 259.12 0.72 0.51
Hex 60 26 DC 38 53 0 E 103 48 33
Octal 140 46 334 70 123 0 16 403 110 63
Binary 1100000 100110 11011100 111000 1010011 0 1110 100000011 1001000 110011

Color Harmonies of #6026DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6026DC

Black with #6026DC

Text Example


Text Example

White with #6026DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6026DC; }

 p { color: rgb(96,38,220); }

 H1.HeaderClassName
 {
   color: #6026DC;
 }
 .AnyTagClassName
 {
   color: #6026DC;
 }
</style>

background-color css

<style>
 a { background-color: #6026DC; }

 a { background-color: rgb(96,38,220); }

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

border-color css

<style>
 span { border-color: #6026DC; }

 span { border-color: rgb(96,38,220); }

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