Html Css Color HEX #530B37 Tyrian Purple

📋 copy color: '#530B37'

red 83 ◦ green 11 ◦ blue 55

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

Shades of Tyrian Purple #530B37

Tints of Tyrian Purple #530B37

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.38%

 BLUE value IS 55 (21.88% from 255) = 36.91%

R = 55.7%
G = 7.38%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#530B37 (or 0x530B37) is known color: Tyrian Purple. HEX triplet: 53, 0B and 37. RGB value is (83,11,55). Sum of RGB (Red+Green+Blue) = 83+11+55=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 11 (4.69% from 255 or 7.38% from 149); Blue value is 55 (21.88% from 255 or 36.91% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #530B37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530B37 is #ACF4C8. Grayscale: #252525. Windows color (decimal): -11334857 or 3607379. OLE color: 3607379.

HSL color Cylindrical-coordinate representation of color #530B37: hue angle of 323.33º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #530B37 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 11 55 -
CMYK 0 0.87 0.34 0.67
HSL 323.33º 0.77% 0.18% -
HSV(B) 323.33º 0.87% 0.33% -
XYZ 4.38 2.35 3.84 -
YUV 37.54 137.85 160.42 -
System Red Green Blue C M Y K H S L
Decimal 83 11 55 0 0.87 0.34 0.67 323.33 0.77 0.18
Hex 53 B 37 0 57 22 43 143 4D 12
Octal 123 13 67 0 127 42 103 503 115 22
Binary 1010011 1011 110111 0 1010111 100010 1000011 101000011 1001101 10010

Color Harmonies of #530B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530B37

Black with #530B37

Text Example


Text Example

White with #530B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530B37; }

 p { color: rgb(83,11,55); }

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

background-color css

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

 a { background-color: rgb(83,11,55); }

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

border-color css

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

 span { border-color: rgb(83,11,55); }

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