Html Css Color HEX #530029 Tyrian Purple

📋 copy color: '#530029'

red 83 ◦ green 0 ◦ blue 41

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

Shades of Tyrian Purple #530029

Tints of Tyrian Purple #530029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 33.06%

R = 66.94%
G = 0%
B = 33.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#530029 (or 0x530029) is known color: Tyrian Purple. HEX triplet: 53, 00 and 29. RGB value is (83,0,41). Sum of RGB (Red+Green+Blue) = 83+0+41=124 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.94% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 83 - color contains mainly: red. Hex color #530029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530029 is #ACFFD6. Grayscale: #1D1D1D. Windows color (decimal): -11337687 or 2687059. OLE color: 2687059.

HSL color Cylindrical-coordinate representation of color #530029: hue angle of 330.36º 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 #530029 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 0 41 -
CMYK 0 1 0.51 0.67
HSL 330.36º 1% 0.16% -
HSV(B) 330.36º 1% 0.33% -
XYZ 3.97 2 2.27 -
YUV 29.49 134.5 166.17 -
System Red Green Blue C M Y K H S L
Decimal 83 0 41 0 1 0.51 0.67 330.36 1 0.16
Hex 53 0 29 0 64 33 43 14A 64 10
Octal 123 0 51 0 144 63 103 512 144 20
Binary 1010011 0 101001 0 1100100 110011 1000011 101001010 1100100 10000

Color Harmonies of #530029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530029

Black with #530029

Text Example


Text Example

White with #530029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530029; }

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

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

background-color css

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

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

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

border-color css

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

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

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