Html Css Color HEX #582FBA Purple Heart

📋 copy color: '#582FBA'

red 88 ◦ green 47 ◦ blue 186

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

Shades of Purple Heart #582FBA

Tints of Purple Heart #582FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.64%

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

R = 27.41%
G = 14.64%
B = 57.94%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#582FBA (or 0x582FBA) is known color: Purple Heart. HEX triplet: 58, 2F and BA. RGB value is (88,47,186). Sum of RGB (Red+Green+Blue) = 88+47+186=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #582FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582FBA is #A7D045. Grayscale: #4A4A4A. Windows color (decimal): -10997830 or 12201816. OLE color: 12201816.

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

Color convert

RGB 88 47 186 -
CMYK 0.53 0.75 0 0.27
HSL 257.7º 0.6% 0.46% -
HSV(B) 257.7º 0.75% 0.73% -
XYZ 13.9 7.65 47.2 -
YUV 75.11 190.58 137.2 -
System Red Green Blue C M Y K H S L
Decimal 88 47 186 0.53 0.75 0 0.27 257.7 0.6 0.46
Hex 58 2F BA 35 4B 0 1B 102 3C 2E
Octal 130 57 272 65 113 0 33 402 74 56
Binary 1011000 101111 10111010 110101 1001011 0 11011 100000010 111100 101110

Color Harmonies of #582FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582FBA

Black with #582FBA

Text Example


Text Example

White with #582FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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