Html Css Color HEX #6025DB Purple Heart

📋 copy color: '#6025DB'

red 96 ◦ green 37 ◦ blue 219

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

Shades of Purple Heart #6025DB

Tints of Purple Heart #6025DB

RGB

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

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

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

R = 27.27%
G = 10.51%
B = 62.22%

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

#6025DB (or 0x6025DB) is known color: Purple Heart. HEX triplet: 60, 25 and DB. RGB value is (96,37,219). Sum of RGB (Red+Green+Blue) = 96+37+219=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #6025DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6025DB is #9FDA24. Grayscale: #4A4A4A. Windows color (decimal): -10476069 or 14361952. OLE color: 14361952.

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

Color convert

RGB 96 37 219 -
CMYK 0.56 0.83 0 0.14
HSL 259.45º 0.72% 0.5% -
HSV(B) 259.45º 0.83% 0.86% -
XYZ 18.27 8.92 67.78 -
YUV 75.39 209.05 142.7 -
System Red Green Blue C M Y K H S L
Decimal 96 37 219 0.56 0.83 0 0.14 259.45 0.72 0.5
Hex 60 25 DB 38 53 0 E 103 48 32
Octal 140 45 333 70 123 0 16 403 110 62
Binary 1100000 100101 11011011 111000 1010011 0 1110 100000011 1001000 110010

Color Harmonies of #6025DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6025DB

Black with #6025DB

Text Example


Text Example

White with #6025DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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