Html Css Color HEX #530035 Tyrian Purple

📋 copy color: '#530035'

red 83 ◦ green 0 ◦ blue 53

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

Shades of Tyrian Purple #530035

Tints of Tyrian Purple #530035

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 53 (21.09% from 255) = 38.97%

R = 61.03%
G = 0%
B = 38.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#530035 (or 0x530035) is known color: Tyrian Purple. HEX triplet: 53, 00 and 35. RGB value is (83,0,53). Sum of RGB (Red+Green+Blue) = 83+0+53=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 53 (21.09% from 255 or 38.97% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #530035 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530035 is #ACFFCA. Grayscale: #1E1E1E. Windows color (decimal): -11337675 or 3473491. OLE color: 3473491.

HSL color Cylindrical-coordinate representation of color #530035: hue angle of 321.69º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530035 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 0 53 -
CMYK 0 1 0.36 0.67
HSL 321.69º 1% 0.16% -
HSV(B) 321.69º 1% 0.33% -
XYZ 4.21 2.1 3.55 -
YUV 30.86 140.5 165.19 -
System Red Green Blue C M Y K H S L
Decimal 83 0 53 0 1 0.36 0.67 321.69 1 0.16
Hex 53 0 35 0 64 24 43 142 64 10
Octal 123 0 65 0 144 44 103 502 144 20
Binary 1010011 0 110101 0 1100100 100100 1000011 101000010 1100100 10000

Color Harmonies of #530035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530035

Black with #530035

Text Example


Text Example

White with #530035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530035; }

 p { color: rgb(83,0,53); }

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

background-color css

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

 a { background-color: rgb(83,0,53); }

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

border-color css

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

 span { border-color: rgb(83,0,53); }

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