Html Css Color HEX #530A3E Tyrian Purple

📋 copy color: '#530A3E'

red 83 ◦ green 10 ◦ blue 62

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

Shades of Tyrian Purple #530A3E

Tints of Tyrian Purple #530A3E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.45%

 BLUE value IS 62 (24.61% from 255) = 40%

R = 53.55%
G = 6.45%
B = 40%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#530A3E (or 0x530A3E) is known color: Tyrian Purple. HEX triplet: 53, 0A and 3E. RGB value is (83,10,62). Sum of RGB (Red+Green+Blue) = 83+10+62=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 10 (4.30% from 255 or 6.45% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #530A3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530A3E is #ACF5C1. Grayscale: #252525. Windows color (decimal): -11335106 or 4065875. OLE color: 4065875.

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

Color convert

RGB 83 10 62 -
CMYK 0 0.88 0.25 0.67
HSL 317.26º 0.78% 0.18% -
HSV(B) 317.26º 0.88% 0.33% -
XYZ 4.55 2.4 4.78 -
YUV 37.76 141.68 160.27 -
System Red Green Blue C M Y K H S L
Decimal 83 10 62 0 0.88 0.25 0.67 317.26 0.78 0.18
Hex 53 A 3E 0 58 19 43 13D 4E 12
Octal 123 12 76 0 130 31 103 475 116 22
Binary 1010011 1010 111110 0 1011000 11001 1000011 100111101 1001110 10010

Color Harmonies of #530A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530A3E

Black with #530A3E

Text Example


Text Example

White with #530A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,10,62); }

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

background-color css

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

 a { background-color: rgb(83,10,62); }

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

border-color css

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

 span { border-color: rgb(83,10,62); }

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