Html Css Color HEX #582BBA Purple Heart

📋 copy color: '#582BBA'

red 88 ◦ green 43 ◦ blue 186

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

Shades of Purple Heart #582BBA

Tints of Purple Heart #582BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.68%

R = 27.76%
G = 13.56%
B = 58.68%

CMYK

 C value IS 0.53

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#582BBA (or 0x582BBA) is known color: Purple Heart. HEX triplet: 58, 2B and BA. RGB value is (88,43,186). Sum of RGB (Red+Green+Blue) = 88+43+186=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #582BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582BBA is #A7D445. Grayscale: #484848. Windows color (decimal): -10998854 or 12200792. OLE color: 12200792.

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

Color convert

RGB 88 43 186 -
CMYK 0.53 0.77 0 0.27
HSL 258.88º 0.62% 0.45% -
HSV(B) 258.88º 0.77% 0.73% -
XYZ 13.75 7.35 47.15 -
YUV 72.76 191.91 138.87 -
System Red Green Blue C M Y K H S L
Decimal 88 43 186 0.53 0.77 0 0.27 258.88 0.62 0.45
Hex 58 2B BA 35 4D 0 1B 103 3E 2D
Octal 130 53 272 65 115 0 33 403 76 55
Binary 1011000 101011 10111010 110101 1001101 0 11011 100000011 111110 101101

Color Harmonies of #582BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582BBA

Black with #582BBA

Text Example


Text Example

White with #582BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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