Html Css Color HEX #582BDE Purple Heart

📋 copy color: '#582BDE'

red 88 ◦ green 43 ◦ blue 222

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

Shades of Purple Heart #582BDE

Tints of Purple Heart #582BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 62.89%

R = 24.93%
G = 12.18%
B = 62.89%

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

#582BDE (or 0x582BDE) is known color: Purple Heart. HEX triplet: 58, 2B and DE. RGB value is (88,43,222). Sum of RGB (Red+Green+Blue) = 88+43+222=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 43 (17.19% from 255 or 12.18% from 353); Blue value is 222 (87.11% from 255 or 62.89% from 353); Max value from RGB is 222 - color contains mainly: blue. Hex color #582BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582BDE is #A7D421. Grayscale: #4C4C4C. Windows color (decimal): -10998818 or 14560088. OLE color: 14560088.

HSL color Cylindrical-coordinate representation of color #582BDE: hue angle of 255.08º degrees, saturation: 0.73, 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 #582BDE is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 43 222 -
CMYK 0.60 0.81 0 0.13
HSL 255.08º 0.73% 0.52% -
HSV(B) 255.08º 0.81% 0.87% -
XYZ 18.07 9.08 69.91 -
YUV 76.86 209.91 135.95 -
System Red Green Blue C M Y K H S L
Decimal 88 43 222 0.60 0.81 0 0.13 255.08 0.73 0.52
Hex 58 2B DE 3C 51 0 D FF 49 34
Octal 130 53 336 74 121 0 15 377 111 64
Binary 1011000 101011 11011110 111100 1010001 0 1101 11111111 1001001 110100

Color Harmonies of #582BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582BDE

Black with #582BDE

Text Example


Text Example

White with #582BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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