Html Css Color HEX #582BDB Purple Heart

📋 copy color: '#582BDB'

red 88 ◦ green 43 ◦ blue 219

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

Shades of Purple Heart #582BDB

Tints of Purple Heart #582BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.29%

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

R = 25.14%
G = 12.29%
B = 62.57%

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

#582BDB (or 0x582BDB) is known color: Purple Heart. HEX triplet: 58, 2B and DB. RGB value is (88,43,219). Sum of RGB (Red+Green+Blue) = 88+43+219=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 43 (17.19% from 255 or 12.29% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #582BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582BDB is #A7D424. Grayscale: #4B4B4B. Windows color (decimal): -10998821 or 14363480. OLE color: 14363480.

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

Color convert

RGB 88 43 219 -
CMYK 0.60 0.80 0 0.14
HSL 255.34º 0.71% 0.51% -
HSV(B) 255.34º 0.8% 0.86% -
XYZ 17.67 8.92 67.81 -
YUV 76.52 208.41 136.19 -
System Red Green Blue C M Y K H S L
Decimal 88 43 219 0.60 0.80 0 0.14 255.34 0.71 0.51
Hex 58 2B DB 3C 50 0 E FF 47 33
Octal 130 53 333 74 120 0 16 377 107 63
Binary 1011000 101011 11011011 111100 1010000 0 1110 11111111 1000111 110011

Color Harmonies of #582BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582BDB

Black with #582BDB

Text Example


Text Example

White with #582BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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