Html Css Color HEX #582DDB Purple Heart

📋 copy color: '#582DDB'

red 88 ◦ green 45 ◦ blue 219

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

Shades of Purple Heart #582DDB

Tints of Purple Heart #582DDB

RGB

 RED value IS 88 (34.77% from 255) = 25%

 GREEN value IS 45 (17.97% from 255) = 12.78%

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

R = 25%
G = 12.78%
B = 62.22%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#582DDB (or 0x582DDB) is known color: Purple Heart. HEX triplet: 58, 2D and DB. RGB value is (88,45,219). Sum of RGB (Red+Green+Blue) = 88+45+219=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 45 (17.97% from 255 or 12.78% 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 #582DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582DDB is #A7D224. Grayscale: #4D4D4D. Windows color (decimal): -10998309 or 14363992. OLE color: 14363992.

HSL color Cylindrical-coordinate representation of color #582DDB: hue angle of 254.83º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #582DDB is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 45 219 -
CMYK 0.60 0.79 0 0.14
HSL 254.83º 0.71% 0.52% -
HSV(B) 254.83º 0.79% 0.86% -
XYZ 17.75 9.07 67.83 -
YUV 77.69 207.75 135.35 -
System Red Green Blue C M Y K H S L
Decimal 88 45 219 0.60 0.79 0 0.14 254.83 0.71 0.52
Hex 58 2D DB 3C 4F 0 E FF 47 34
Octal 130 55 333 74 117 0 16 377 107 64
Binary 1011000 101101 11011011 111100 1001111 0 1110 11111111 1000111 110100

Color Harmonies of #582DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582DDB

Black with #582DDB

Text Example


Text Example

White with #582DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582DDB; }

 p { color: rgb(88,45,219); }

 H1.HeaderClassName
 {
   color: #582DDB;
 }
 .AnyTagClassName
 {
   color: #582DDB;
 }
</style>

background-color css

<style>
 a { background-color: #582DDB; }

 a { background-color: rgb(88,45,219); }

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

border-color css

<style>
 span { border-color: #582DDB; }

 span { border-color: rgb(88,45,219); }

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