Html Css Color HEX #530838 Tyrian Purple

📋 copy color: '#530838'

red 83 ◦ green 8 ◦ blue 56

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

Shades of Tyrian Purple #530838

Tints of Tyrian Purple #530838

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.44%

 BLUE value IS 56 (22.27% from 255) = 38.1%

R = 56.46%
G = 5.44%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#530838 (or 0x530838) is known color: Tyrian Purple. HEX triplet: 53, 08 and 38. RGB value is (83,8,56). Sum of RGB (Red+Green+Blue) = 83+8+56=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #530838 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530838 is #ACF7C7. Grayscale: #232323. Windows color (decimal): -11335624 or 3672147. OLE color: 3672147.

HSL color Cylindrical-coordinate representation of color #530838: hue angle of 321.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #530838 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 8 56 -
CMYK 0 0.90 0.33 0.67
HSL 321.6º 0.82% 0.18% -
HSV(B) 321.6º 0.9% 0.33% -
XYZ 4.37 2.3 3.95 -
YUV 35.9 139.35 161.6 -
System Red Green Blue C M Y K H S L
Decimal 83 8 56 0 0.90 0.33 0.67 321.6 0.82 0.18
Hex 53 8 38 0 5A 21 43 142 52 12
Octal 123 10 70 0 132 41 103 502 122 22
Binary 1010011 1000 111000 0 1011010 100001 1000011 101000010 1010010 10010

Color Harmonies of #530838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530838

Black with #530838

Text Example


Text Example

White with #530838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530838; }

 p { color: rgb(83,8,56); }

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

background-color css

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

 a { background-color: rgb(83,8,56); }

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

border-color css

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

 span { border-color: rgb(83,8,56); }

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