Html Css Color HEX #530336 Tyrian Purple

📋 copy color: '#530336'

red 83 ◦ green 3 ◦ blue 54

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

Shades of Tyrian Purple #530336

Tints of Tyrian Purple #530336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.14%

 BLUE value IS 54 (21.48% from 255) = 38.57%

R = 59.29%
G = 2.14%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#530336 (or 0x530336) is known color: Tyrian Purple. HEX triplet: 53, 03 and 36. RGB value is (83,3,54). Sum of RGB (Red+Green+Blue) = 83+3+54=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 54 (21.48% from 255 or 38.57% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #530336 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530336 is #ACFCC9. Grayscale: #202020. Windows color (decimal): -11336906 or 3539795. OLE color: 3539795.

HSL color Cylindrical-coordinate representation of color #530336: hue angle of 321.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #530336 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 3 54 -
CMYK 0 0.96 0.35 0.67
HSL 321.75º 0.93% 0.17% -
HSV(B) 321.75º 0.96% 0.33% -
XYZ 4.27 2.17 3.68 -
YUV 32.73 140 163.85 -
System Red Green Blue C M Y K H S L
Decimal 83 3 54 0 0.96 0.35 0.67 321.75 0.93 0.17
Hex 53 3 36 0 60 23 43 142 5D 11
Octal 123 3 66 0 140 43 103 502 135 21
Binary 1010011 11 110110 0 1100000 100011 1000011 101000010 1011101 10001

Color Harmonies of #530336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530336

Black with #530336

Text Example


Text Example

White with #530336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530336; }

 p { color: rgb(83,3,54); }

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

background-color css

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

 a { background-color: rgb(83,3,54); }

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

border-color css

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

 span { border-color: rgb(83,3,54); }

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