Html Css Color HEX #581368 Scarlet Gum

📋 copy color: '#581368'

red 88 ◦ green 19 ◦ blue 104

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

Shades of Scarlet Gum #581368

Tints of Scarlet Gum #581368

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9%

 BLUE value IS 104 (41.02% from 255) = 49.29%

R = 41.71%
G = 9%
B = 49.29%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#581368 (or 0x581368) is known color: Scarlet Gum. HEX triplet: 58, 13 and 68. RGB value is (88,19,104). Sum of RGB (Red+Green+Blue) = 88+19+104=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #581368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581368 is #A7EC97. Grayscale: #313131. Windows color (decimal): -11005080 or 6820696. OLE color: 6820696.

HSL color Cylindrical-coordinate representation of color #581368: hue angle of 288.71º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581368 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 88 19 104 -
CMYK 0.15 0.82 0 0.59
HSL 288.71º 0.69% 0.24% -
HSV(B) 288.71º 0.82% 0.41% -
XYZ 6.76 3.54 13.42 -
YUV 49.32 158.86 155.59 -
System Red Green Blue C M Y K H S L
Decimal 88 19 104 0.15 0.82 0 0.59 288.71 0.69 0.24
Hex 58 13 68 F 52 0 3B 121 45 18
Octal 130 23 150 17 122 0 73 441 105 30
Binary 1011000 10011 1101000 1111 1010010 0 111011 100100001 1000101 11000

Color Harmonies of #581368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581368

Black with #581368

Text Example


Text Example

White with #581368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581368; }

 p { color: rgb(88,19,104); }

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

background-color css

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

 a { background-color: rgb(88,19,104); }

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

border-color css

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

 span { border-color: rgb(88,19,104); }

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