Html Css Color HEX #583461 Hot Purple

📋 copy color: '#583461'

red 88 ◦ green 52 ◦ blue 97

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

Shades of Hot Purple #583461

Tints of Hot Purple #583461

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.94%

 BLUE value IS 97 (38.28% from 255) = 40.93%

R = 37.13%
G = 21.94%
B = 40.93%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#583461 (or 0x583461) is known color: Hot Purple. HEX triplet: 58, 34 and 61. RGB value is (88,52,97). Sum of RGB (Red+Green+Blue) = 88+52+97=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 97 - color contains mainly: blue. Hex color #583461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583461 is #A7CB9E. Grayscale: #434343. Windows color (decimal): -10996639 or 6370392. OLE color: 6370392.

HSL color Cylindrical-coordinate representation of color #583461: hue angle of 288º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #583461 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 52 97 -
CMYK 0.09 0.46 0 0.62
HSL 288º 0.3% 0.29% -
HSV(B) 288º 0.46% 0.38% -
XYZ 7.41 5.39 11.96 -
YUV 67.89 144.43 142.34 -
System Red Green Blue C M Y K H S L
Decimal 88 52 97 0.09 0.46 0 0.62 288 0.3 0.29
Hex 58 34 61 9 2E 0 3E 120 1E 1D
Octal 130 64 141 11 56 0 76 440 36 35
Binary 1011000 110100 1100001 1001 101110 0 111110 100100000 11110 11101

Color Harmonies of #583461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583461

Black with #583461

Text Example


Text Example

White with #583461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583461; }

 p { color: rgb(88,52,97); }

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

background-color css

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

 a { background-color: rgb(88,52,97); }

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

border-color css

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

 span { border-color: rgb(88,52,97); }

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