Html Css Color HEX #582BDD Purple Heart

📋 copy color: '#582BDD'

red 88 ◦ green 43 ◦ blue 221

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

Shades of Purple Heart #582BDD

Tints of Purple Heart #582BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.78%

R = 25%
G = 12.22%
B = 62.78%

CMYK

 C value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#582BDD (or 0x582BDD) is known color: Purple Heart. HEX triplet: 58, 2B and DD. RGB value is (88,43,221). Sum of RGB (Red+Green+Blue) = 88+43+221=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 43 (17.19% from 255 or 12.22% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #582BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582BDD is #A7D422. Grayscale: #4C4C4C. Windows color (decimal): -10998819 or 14494552. OLE color: 14494552.

HSL color Cylindrical-coordinate representation of color #582BDD: hue angle of 255.17º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #582BDD is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 43 221 -
CMYK 0.60 0.81 0 0.13
HSL 255.17º 0.72% 0.52% -
HSV(B) 255.17º 0.81% 0.87% -
XYZ 17.94 9.02 69.2 -
YUV 76.75 209.41 136.03 -
System Red Green Blue C M Y K H S L
Decimal 88 43 221 0.60 0.81 0 0.13 255.17 0.72 0.52
Hex 58 2B DD 3C 51 0 D FF 48 34
Octal 130 53 335 74 121 0 15 377 110 64
Binary 1011000 101011 11011101 111100 1010001 0 1101 11111111 1001000 110100

Color Harmonies of #582BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582BDD

Black with #582BDD

Text Example


Text Example

White with #582BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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