Html Css Color HEX #530A38 Tyrian Purple

📋 copy color: '#530A38'

red 83 ◦ green 10 ◦ blue 56

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

Shades of Tyrian Purple #530A38

Tints of Tyrian Purple #530A38

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.71%

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

R = 55.7%
G = 6.71%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#530A38 (or 0x530A38) is known color: Tyrian Purple. HEX triplet: 53, 0A and 38. RGB value is (83,10,56). Sum of RGB (Red+Green+Blue) = 83+10+56=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 10 (4.30% from 255 or 6.71% from 149); Blue value is 56 (22.27% from 255 or 37.58% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #530A38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530A38 is #ACF5C7. Grayscale: #242424. Windows color (decimal): -11335112 or 3672659. OLE color: 3672659.

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

Color convert

RGB 83 10 56 -
CMYK 0 0.88 0.33 0.67
HSL 322.19º 0.78% 0.18% -
HSV(B) 322.19º 0.88% 0.33% -
XYZ 4.39 2.34 3.96 -
YUV 37.07 138.68 160.76 -
System Red Green Blue C M Y K H S L
Decimal 83 10 56 0 0.88 0.33 0.67 322.19 0.78 0.18
Hex 53 A 38 0 58 21 43 142 4E 12
Octal 123 12 70 0 130 41 103 502 116 22
Binary 1010011 1010 111000 0 1011000 100001 1000011 101000010 1001110 10010

Color Harmonies of #530A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530A38

Black with #530A38

Text Example


Text Example

White with #530A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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