Html Css Color HEX #582CDB Purple Heart

📋 copy color: '#582CDB'

red 88 ◦ green 44 ◦ blue 219

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

Shades of Purple Heart #582CDB

Tints of Purple Heart #582CDB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.54%

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

R = 25.07%
G = 12.54%
B = 62.39%

CMYK

 C value IS 0.60

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#582CDB (or 0x582CDB) is known color: Purple Heart. HEX triplet: 58, 2C and DB. RGB value is (88,44,219). Sum of RGB (Red+Green+Blue) = 88+44+219=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #582CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582CDB is #A7D324. Grayscale: #4C4C4C. Windows color (decimal): -10998565 or 14363736. OLE color: 14363736.

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

Color convert

RGB 88 44 219 -
CMYK 0.60 0.80 0 0.14
HSL 255.09º 0.71% 0.52% -
HSV(B) 255.09º 0.8% 0.86% -
XYZ 17.71 8.99 67.82 -
YUV 77.11 208.08 135.77 -
System Red Green Blue C M Y K H S L
Decimal 88 44 219 0.60 0.80 0 0.14 255.09 0.71 0.52
Hex 58 2C DB 3C 50 0 E FF 47 34
Octal 130 54 333 74 120 0 16 377 107 64
Binary 1011000 101100 11011011 111100 1010000 0 1110 11111111 1000111 110100

Color Harmonies of #582CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582CDB

Black with #582CDB

Text Example


Text Example

White with #582CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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