Html Css Color HEX #582FBC Purple Heart

📋 copy color: '#582FBC'

red 88 ◦ green 47 ◦ blue 188

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

Shades of Purple Heart #582FBC

Tints of Purple Heart #582FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.2%

R = 27.24%
G = 14.55%
B = 58.2%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#582FBC (or 0x582FBC) is known color: Purple Heart. HEX triplet: 58, 2F and BC. RGB value is (88,47,188). Sum of RGB (Red+Green+Blue) = 88+47+188=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 47 (18.75% from 255 or 14.55% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #582FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582FBC is #A7D043. Grayscale: #4A4A4A. Windows color (decimal): -10997828 or 12332888. OLE color: 12332888.

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

Color convert

RGB 88 47 188 -
CMYK 0.53 0.75 0 0.26
HSL 257.45º 0.6% 0.46% -
HSV(B) 257.45º 0.75% 0.74% -
XYZ 14.12 7.74 48.33 -
YUV 75.33 191.58 137.04 -
System Red Green Blue C M Y K H S L
Decimal 88 47 188 0.53 0.75 0 0.26 257.45 0.6 0.46
Hex 58 2F BC 35 4B 0 1A 101 3C 2E
Octal 130 57 274 65 113 0 32 401 74 56
Binary 1011000 101111 10111100 110101 1001011 0 11010 100000001 111100 101110

Color Harmonies of #582FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582FBC

Black with #582FBC

Text Example


Text Example

White with #582FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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