Html Css Color HEX #582BBD Purple Heart

📋 copy color: '#582BBD'

red 88 ◦ green 43 ◦ blue 189

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

Shades of Purple Heart #582BBD

Tints of Purple Heart #582BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 59.06%

R = 27.5%
G = 13.44%
B = 59.06%

CMYK

 C value IS 0.53

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#582BBD (or 0x582BBD) is known color: Purple Heart. HEX triplet: 58, 2B and BD. RGB value is (88,43,189). Sum of RGB (Red+Green+Blue) = 88+43+189=320 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.5% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 189 (74.22% from 255 or 59.06% from 320); Max value from RGB is 189 - color contains mainly: blue. Hex color #582BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582BBD is #A7D442. Grayscale: #484848. Windows color (decimal): -10998851 or 12397400. OLE color: 12397400.

HSL color Cylindrical-coordinate representation of color #582BBD: hue angle of 258.49º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #582BBD is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 43 189 -
CMYK 0.53 0.77 0 0.26
HSL 258.49º 0.63% 0.45% -
HSV(B) 258.49º 0.77% 0.74% -
XYZ 14.07 7.48 48.85 -
YUV 73.1 193.41 138.63 -
System Red Green Blue C M Y K H S L
Decimal 88 43 189 0.53 0.77 0 0.26 258.49 0.63 0.45
Hex 58 2B BD 35 4D 0 1A 102 3F 2D
Octal 130 53 275 65 115 0 32 402 77 55
Binary 1011000 101011 10111101 110101 1001101 0 11010 100000010 111111 101101

Color Harmonies of #582BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582BBD

Black with #582BBD

Text Example


Text Example

White with #582BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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