Html Css Color HEX #582F60 Hot Purple

📋 copy color: '#582F60'

red 88 ◦ green 47 ◦ blue 96

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

Shades of Hot Purple #582F60

Tints of Hot Purple #582F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.56%

R = 38.1%
G = 20.35%
B = 41.56%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#582F60 (or 0x582F60) is known color: Hot Purple. HEX triplet: 58, 2F and 60. RGB value is (88,47,96). Sum of RGB (Red+Green+Blue) = 88+47+96=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 96 - color contains mainly: blue. Hex color #582F60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582F60 is #A7D09F. Grayscale: #404040. Windows color (decimal): -10997920 or 6303576. OLE color: 6303576.

HSL color Cylindrical-coordinate representation of color #582F60: hue angle of 290.2º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #582F60 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 47 96 -
CMYK 0.08 0.51 0 0.62
HSL 290.2º 0.34% 0.28% -
HSV(B) 290.2º 0.51% 0.38% -
XYZ 7.15 4.95 11.65 -
YUV 64.85 145.58 144.52 -
System Red Green Blue C M Y K H S L
Decimal 88 47 96 0.08 0.51 0 0.62 290.2 0.34 0.28
Hex 58 2F 60 8 33 0 3E 122 22 1C
Octal 130 57 140 10 63 0 76 442 42 34
Binary 1011000 101111 1100000 1000 110011 0 111110 100100010 100010 11100

Color Harmonies of #582F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582F60

Black with #582F60

Text Example


Text Example

White with #582F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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