Html Css Color HEX #6025DC Purple Heart

📋 copy color: '#6025DC'

red 96 ◦ green 37 ◦ blue 220

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

Shades of Purple Heart #6025DC

Tints of Purple Heart #6025DC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.48%

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

R = 27.2%
G = 10.48%
B = 62.32%

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

#6025DC (or 0x6025DC) is known color: Purple Heart. HEX triplet: 60, 25 and DC. RGB value is (96,37,220). Sum of RGB (Red+Green+Blue) = 96+37+220=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #6025DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6025DC is #9FDA23. Grayscale: #4A4A4A. Windows color (decimal): -10476068 or 14427488. OLE color: 14427488.

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

Color convert

RGB 96 37 220 -
CMYK 0.56 0.83 0 0.14
HSL 259.34º 0.72% 0.5% -
HSV(B) 259.34º 0.83% 0.86% -
XYZ 18.4 8.98 68.47 -
YUV 75.5 209.55 142.62 -
System Red Green Blue C M Y K H S L
Decimal 96 37 220 0.56 0.83 0 0.14 259.34 0.72 0.5
Hex 60 25 DC 38 53 0 E 103 48 32
Octal 140 45 334 70 123 0 16 403 110 62
Binary 1100000 100101 11011100 111000 1010011 0 1110 100000011 1001000 110010

Color Harmonies of #6025DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6025DC

Black with #6025DC

Text Example


Text Example

White with #6025DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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