Html Css Color HEX #58265B Hot Purple

📋 copy color: '#58265B'

red 88 ◦ green 38 ◦ blue 91

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

Shades of Hot Purple #58265B

Tints of Hot Purple #58265B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.51%

 BLUE value IS 91 (35.94% from 255) = 41.94%

R = 40.55%
G = 17.51%
B = 41.94%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#58265B (or 0x58265B) is known color: Hot Purple. HEX triplet: 58, 26 and 5B. RGB value is (88,38,91). Sum of RGB (Red+Green+Blue) = 88+38+91=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 91 - color contains mainly: blue. Hex color #58265B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58265B is #A7D9A4. Grayscale: #3A3A3A. Windows color (decimal): -11000229 or 5973592. OLE color: 5973592.

HSL color Cylindrical-coordinate representation of color #58265B: hue angle of 296.6º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58265B is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 38 91 -
CMYK 0.03 0.58 0 0.64
HSL 296.6º 0.41% 0.25% -
HSV(B) 296.6º 0.58% 0.36% -
XYZ 6.61 4.22 10.36 -
YUV 58.99 146.07 148.69 -
System Red Green Blue C M Y K H S L
Decimal 88 38 91 0.03 0.58 0 0.64 296.6 0.41 0.25
Hex 58 26 5B 3 3A 0 40 129 29 19
Octal 130 46 133 3 72 0 100 451 51 31
Binary 1011000 100110 1011011 11 111010 0 1000000 100101001 101001 11001

Color Harmonies of #58265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58265B

Black with #58265B

Text Example


Text Example

White with #58265B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58265B; }

 p { color: rgb(88,38,91); }

 H1.HeaderClassName
 {
   color: #58265B;
 }
 .AnyTagClassName
 {
   color: #58265B;
 }
</style>

background-color css

<style>
 a { background-color: #58265B; }

 a { background-color: rgb(88,38,91); }

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

border-color css

<style>
 span { border-color: #58265B; }

 span { border-color: rgb(88,38,91); }

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