Html Css Color HEX #582066 Scarlet Gum

📋 copy color: '#582066'

red 88 ◦ green 32 ◦ blue 102

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

Shades of Scarlet Gum #582066

Tints of Scarlet Gum #582066

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.41%

 BLUE value IS 102 (40.23% from 255) = 45.95%

R = 39.64%
G = 14.41%
B = 45.95%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#582066 (or 0x582066) is known color: Scarlet Gum. HEX triplet: 58, 20 and 66. RGB value is (88,32,102). Sum of RGB (Red+Green+Blue) = 88+32+102=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 102 - color contains mainly: blue. Hex color #582066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582066 is #A7DF99. Grayscale: #383838. Windows color (decimal): -11001754 or 6692952. OLE color: 6692952.

HSL color Cylindrical-coordinate representation of color #582066: hue angle of 288º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #582066 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 88 32 102 -
CMYK 0.14 0.69 0 0.6
HSL 288º 0.52% 0.26% -
HSV(B) 288º 0.69% 0.4% -
XYZ 6.94 4.07 12.99 -
YUV 56.72 153.55 150.31 -
System Red Green Blue C M Y K H S L
Decimal 88 32 102 0.14 0.69 0 0.6 288 0.52 0.26
Hex 58 20 66 E 45 0 3C 120 34 1A
Octal 130 40 146 16 105 0 74 440 64 32
Binary 1011000 100000 1100110 1110 1000101 0 111100 100100000 110100 11010

Color Harmonies of #582066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582066

Black with #582066

Text Example


Text Example

White with #582066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582066; }

 p { color: rgb(88,32,102); }

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

background-color css

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

 a { background-color: rgb(88,32,102); }

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

border-color css

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

 span { border-color: rgb(88,32,102); }

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