Html Css Color HEX #530D4B Tyrian Purple

📋 copy color: '#530D4B'

red 83 ◦ green 13 ◦ blue 75

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

Shades of Tyrian Purple #530D4B

Tints of Tyrian Purple #530D4B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.6%

 BLUE value IS 75 (29.69% from 255) = 43.86%

R = 48.54%
G = 7.6%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#530D4B (or 0x530D4B) is known color: Tyrian Purple. HEX triplet: 53, 0D and 4B. RGB value is (83,13,75). Sum of RGB (Red+Green+Blue) = 83+13+75=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 13 (5.47% from 255 or 7.60% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #530D4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530D4B is #ACF2B4. Grayscale: #282828. Windows color (decimal): -11334325 or 4918611. OLE color: 4918611.

HSL color Cylindrical-coordinate representation of color #530D4B: hue angle of 306.86º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #530D4B is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 13 75 -
CMYK 0 0.84 0.10 0.67
HSL 306.86º 0.73% 0.19% -
HSV(B) 306.86º 0.84% 0.33% -
XYZ 4.98 2.63 6.9 -
YUV 41 147.19 157.96 -
System Red Green Blue C M Y K H S L
Decimal 83 13 75 0 0.84 0.10 0.67 306.86 0.73 0.19
Hex 53 D 4B 0 54 A 43 133 49 13
Octal 123 15 113 0 124 12 103 463 111 23
Binary 1010011 1101 1001011 0 1010100 1010 1000011 100110011 1001001 10011

Color Harmonies of #530D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530D4B

Black with #530D4B

Text Example


Text Example

White with #530D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,13,75); }

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

background-color css

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

 a { background-color: rgb(83,13,75); }

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

border-color css

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

 span { border-color: rgb(83,13,75); }

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