Html Css Color HEX #530135 Tyrian Purple

📋 copy color: '#530135'

red 83 ◦ green 1 ◦ blue 53

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

Shades of Tyrian Purple #530135

Tints of Tyrian Purple #530135

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.73%

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

R = 60.58%
G = 0.73%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#530135 (or 0x530135) is known color: Tyrian Purple. HEX triplet: 53, 01 and 35. RGB value is (83,1,53). Sum of RGB (Red+Green+Blue) = 83+1+53=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 53 (21.09% from 255 or 38.69% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #530135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530135 is #ACFECA. Grayscale: #1F1F1F. Windows color (decimal): -11337419 or 3473747. OLE color: 3473747.

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

Color convert

RGB 83 1 53 -
CMYK 0 0.99 0.36 0.67
HSL 321.95º 0.98% 0.16% -
HSV(B) 321.95º 0.99% 0.33% -
XYZ 4.22 2.12 3.55 -
YUV 31.45 140.17 164.77 -
System Red Green Blue C M Y K H S L
Decimal 83 1 53 0 0.99 0.36 0.67 321.95 0.98 0.16
Hex 53 1 35 0 63 24 43 142 62 10
Octal 123 1 65 0 143 44 103 502 142 20
Binary 1010011 1 110101 0 1100011 100100 1000011 101000010 1100010 10000

Color Harmonies of #530135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530135

Black with #530135

Text Example


Text Example

White with #530135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530135; }

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

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

background-color css

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

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

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

border-color css

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

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

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