Html Css Color HEX #582265 Hot Purple

📋 copy color: '#582265'

red 88 ◦ green 34 ◦ blue 101

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

Shades of Hot Purple #582265

Tints of Hot Purple #582265

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.25%

 BLUE value IS 101 (39.84% from 255) = 45.29%

R = 39.46%
G = 15.25%
B = 45.29%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#582265 (or 0x582265) is known color: Hot Purple. HEX triplet: 58, 22 and 65. RGB value is (88,34,101). Sum of RGB (Red+Green+Blue) = 88+34+101=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 101 - color contains mainly: blue. Hex color #582265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582265 is #A7DD9A. Grayscale: #393939. Windows color (decimal): -11001243 or 6627928. OLE color: 6627928.

HSL color Cylindrical-coordinate representation of color #582265: hue angle of 288.36º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #582265 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 88 34 101 -
CMYK 0.13 0.66 0 0.60
HSL 288.36º 0.5% 0.26% -
HSV(B) 288.36º 0.66% 0.4% -
XYZ 6.95 4.16 12.75 -
YUV 57.78 152.39 149.55 -
System Red Green Blue C M Y K H S L
Decimal 88 34 101 0.13 0.66 0 0.60 288.36 0.5 0.26
Hex 58 22 65 D 42 0 3C 120 32 1A
Octal 130 42 145 15 102 0 74 440 62 32
Binary 1011000 100010 1100101 1101 1000010 0 111100 100100000 110010 11010

Color Harmonies of #582265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582265

Black with #582265

Text Example


Text Example

White with #582265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582265; }

 p { color: rgb(88,34,101); }

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

background-color css

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

 a { background-color: rgb(88,34,101); }

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

border-color css

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

 span { border-color: rgb(88,34,101); }

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