Html Css Color HEX #530435 Tyrian Purple

📋 copy color: '#530435'

red 83 ◦ green 4 ◦ blue 53

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

Shades of Tyrian Purple #530435

Tints of Tyrian Purple #530435

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.86%

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

R = 59.29%
G = 2.86%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#530435 (or 0x530435) is known color: Tyrian Purple. HEX triplet: 53, 04 and 35. RGB value is (83,4,53). Sum of RGB (Red+Green+Blue) = 83+4+53=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 53 (21.09% from 255 or 37.86% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #530435 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530435 is #ACFBCA. Grayscale: #212121. Windows color (decimal): -11336651 or 3474515. OLE color: 3474515.

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

Color convert

RGB 83 4 53 -
CMYK 0 0.95 0.36 0.67
HSL 322.78º 0.91% 0.17% -
HSV(B) 322.78º 0.95% 0.33% -
XYZ 4.25 2.18 3.57 -
YUV 33.21 139.17 163.52 -
System Red Green Blue C M Y K H S L
Decimal 83 4 53 0 0.95 0.36 0.67 322.78 0.91 0.17
Hex 53 4 35 0 5F 24 43 143 5B 11
Octal 123 4 65 0 137 44 103 503 133 21
Binary 1010011 100 110101 0 1011111 100100 1000011 101000011 1011011 10001

Color Harmonies of #530435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530435

Black with #530435

Text Example


Text Example

White with #530435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530435; }

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

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

background-color css

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

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

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

border-color css

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

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

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