Html Css Color HEX #531467 Scarlet Gum

📋 copy color: '#531467'

red 83 ◦ green 20 ◦ blue 103

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

Shades of Scarlet Gum #531467

Tints of Scarlet Gum #531467

RGB

 RED value IS 83 (32.81% from 255) = 40.29%

 GREEN value IS 20 (8.2% from 255) = 9.71%

 BLUE value IS 103 (40.63% from 255) = 50%

R = 40.29%
G = 9.71%
B = 50%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#531467 (or 0x531467) is known color: Scarlet Gum. HEX triplet: 53, 14 and 67. RGB value is (83,20,103). Sum of RGB (Red+Green+Blue) = 83+20+103=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 103 (40.62% from 255 or 50% from 206); Max value from RGB is 103 - color contains mainly: blue. Hex color #531467 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531467 is #ACEB98. Grayscale: #303030. Windows color (decimal): -11332505 or 6755411. OLE color: 6755411.

HSL color Cylindrical-coordinate representation of color #531467: hue angle of 285.54º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #531467 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 20 103 -
CMYK 0.19 0.81 0 0.60
HSL 285.54º 0.67% 0.24% -
HSV(B) 285.54º 0.81% 0.4% -
XYZ 6.27 3.32 13.14 -
YUV 48.3 158.87 152.75 -
System Red Green Blue C M Y K H S L
Decimal 83 20 103 0.19 0.81 0 0.60 285.54 0.67 0.24
Hex 53 14 67 13 51 0 3C 11E 43 18
Octal 123 24 147 23 121 0 74 436 103 30
Binary 1010011 10100 1100111 10011 1010001 0 111100 100011110 1000011 11000

Color Harmonies of #531467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531467

Black with #531467

Text Example


Text Example

White with #531467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531467; }

 p { color: rgb(83,20,103); }

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

background-color css

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

 a { background-color: rgb(83,20,103); }

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

border-color css

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

 span { border-color: rgb(83,20,103); }

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