Html Css Color HEX #582BCD Purple Heart

📋 copy color: '#582BCD'

red 88 ◦ green 43 ◦ blue 205

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

Shades of Purple Heart #582BCD

Tints of Purple Heart #582BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.01%

R = 26.19%
G = 12.8%
B = 61.01%

CMYK

 C value IS 0.57

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#582BCD (or 0x582BCD) is known color: Purple Heart. HEX triplet: 58, 2B and CD. RGB value is (88,43,205). Sum of RGB (Red+Green+Blue) = 88+43+205=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #582BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582BCD is #A7D432. Grayscale: #4A4A4A. Windows color (decimal): -10998835 or 13445976. OLE color: 13445976.

HSL color Cylindrical-coordinate representation of color #582BCD: hue angle of 256.67º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #582BCD is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 88 43 205 -
CMYK 0.57 0.79 0 0.20
HSL 256.67º 0.65% 0.49% -
HSV(B) 256.67º 0.79% 0.8% -
XYZ 15.91 8.21 58.5 -
YUV 74.92 201.41 137.33 -
System Red Green Blue C M Y K H S L
Decimal 88 43 205 0.57 0.79 0 0.20 256.67 0.65 0.49
Hex 58 2B CD 39 4F 0 14 101 41 31
Octal 130 53 315 71 117 0 24 401 101 61
Binary 1011000 101011 11001101 111001 1001111 0 10100 100000001 1000001 110001

Color Harmonies of #582BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582BCD

Black with #582BCD

Text Example


Text Example

White with #582BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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