Html Css Color HEX #582CBF Purple Heart

📋 copy color: '#582CBF'

red 88 ◦ green 44 ◦ blue 191

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

Shades of Purple Heart #582CBF

Tints of Purple Heart #582CBF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.62%

 BLUE value IS 191 (75% from 255) = 59.13%

R = 27.24%
G = 13.62%
B = 59.13%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#582CBF (or 0x582CBF) is known color: Purple Heart. HEX triplet: 58, 2C and BF. RGB value is (88,44,191). Sum of RGB (Red+Green+Blue) = 88+44+191=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 191 (75% from 255 or 59.13% from 323); Max value from RGB is 191 - color contains mainly: blue. Hex color #582CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582CBF is #A7D340. Grayscale: #494949. Windows color (decimal): -10998593 or 12528728. OLE color: 12528728.

HSL color Cylindrical-coordinate representation of color #582CBF: hue angle of 257.96º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #582CBF is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 44 191 -
CMYK 0.54 0.77 0 0.25
HSL 257.96º 0.63% 0.46% -
HSV(B) 257.96º 0.77% 0.75% -
XYZ 14.33 7.64 50.01 -
YUV 73.91 194.08 138.05 -
System Red Green Blue C M Y K H S L
Decimal 88 44 191 0.54 0.77 0 0.25 257.96 0.63 0.46
Hex 58 2C BF 36 4D 0 19 102 3F 2E
Octal 130 54 277 66 115 0 31 402 77 56
Binary 1011000 101100 10111111 110110 1001101 0 11001 100000010 111111 101110

Color Harmonies of #582CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582CBF

Black with #582CBF

Text Example


Text Example

White with #582CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,44,191); }

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

background-color css

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

 a { background-color: rgb(88,44,191); }

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

border-color css

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

 span { border-color: rgb(88,44,191); }

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