Html Css Color HEX #582BD0 Purple Heart

📋 copy color: '#582BD0'

red 88 ◦ green 43 ◦ blue 208

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

Shades of Purple Heart #582BD0

Tints of Purple Heart #582BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 61.36%

R = 25.96%
G = 12.68%
B = 61.36%

CMYK

 C value IS 0.58

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#582BD0 (or 0x582BD0) is known color: Purple Heart. HEX triplet: 58, 2B and D0. RGB value is (88,43,208). Sum of RGB (Red+Green+Blue) = 88+43+208=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 208 (81.64% from 255 or 61.36% from 339); Max value from RGB is 208 - color contains mainly: blue. Hex color #582BD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582BD0 is #A7D42F. Grayscale: #4A4A4A. Windows color (decimal): -10998832 or 13642584. OLE color: 13642584.

HSL color Cylindrical-coordinate representation of color #582BD0: hue angle of 256.36º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #582BD0 is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 88 43 208 -
CMYK 0.58 0.79 0 0.18
HSL 256.36º 0.66% 0.49% -
HSV(B) 256.36º 0.79% 0.82% -
XYZ 16.27 8.36 60.43 -
YUV 75.27 202.91 137.08 -
System Red Green Blue C M Y K H S L
Decimal 88 43 208 0.58 0.79 0 0.18 256.36 0.66 0.49
Hex 58 2B D0 3A 4F 0 12 100 42 31
Octal 130 53 320 72 117 0 22 400 102 61
Binary 1011000 101011 11010000 111010 1001111 0 10010 100000000 1000010 110001

Color Harmonies of #582BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582BD0

Black with #582BD0

Text Example


Text Example

White with #582BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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