Html Css Color HEX #530B3F Tyrian Purple

📋 copy color: '#530B3F'

red 83 ◦ green 11 ◦ blue 63

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

Shades of Tyrian Purple #530B3F

Tints of Tyrian Purple #530B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 40.13%

R = 52.87%
G = 7.01%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#530B3F (or 0x530B3F) is known color: Tyrian Purple. HEX triplet: 53, 0B and 3F. RGB value is (83,11,63). Sum of RGB (Red+Green+Blue) = 83+11+63=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #530B3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530B3F is #ACF4C0. Grayscale: #262626. Windows color (decimal): -11334849 or 4131667. OLE color: 4131667.

HSL color Cylindrical-coordinate representation of color #530B3F: hue angle of 316.67º 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 #530B3F is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 11 63 -
CMYK 0 0.87 0.24 0.67
HSL 316.67º 0.77% 0.18% -
HSV(B) 316.67º 0.87% 0.33% -
XYZ 4.58 2.44 4.93 -
YUV 38.46 141.85 159.77 -
System Red Green Blue C M Y K H S L
Decimal 83 11 63 0 0.87 0.24 0.67 316.67 0.77 0.18
Hex 53 B 3F 0 57 18 43 13D 4D 12
Octal 123 13 77 0 127 30 103 475 115 22
Binary 1010011 1011 111111 0 1010111 11000 1000011 100111101 1001101 10010

Color Harmonies of #530B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530B3F

Black with #530B3F

Text Example


Text Example

White with #530B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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