Html Css Color HEX #530B45 Tyrian Purple

📋 copy color: '#530B45'

red 83 ◦ green 11 ◦ blue 69

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

Shades of Tyrian Purple #530B45

Tints of Tyrian Purple #530B45

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.75%

 BLUE value IS 69 (27.34% from 255) = 42.33%

R = 50.92%
G = 6.75%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#530B45 (or 0x530B45) is known color: Tyrian Purple. HEX triplet: 53, 0B and 45. RGB value is (83,11,69). Sum of RGB (Red+Green+Blue) = 83+11+69=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 11 (4.69% from 255 or 6.75% from 163); Blue value is 69 (27.34% from 255 or 42.33% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #530B45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530B45 is #ACF4BA. Grayscale: #262626. Windows color (decimal): -11334843 or 4524883. OLE color: 4524883.

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

Color convert

RGB 83 11 69 -
CMYK 0 0.87 0.17 0.67
HSL 311.67º 0.77% 0.18% -
HSV(B) 311.67º 0.87% 0.33% -
XYZ 4.76 2.51 5.86 -
YUV 39.14 144.85 159.28 -
System Red Green Blue C M Y K H S L
Decimal 83 11 69 0 0.87 0.17 0.67 311.67 0.77 0.18
Hex 53 B 45 0 57 11 43 138 4D 12
Octal 123 13 105 0 127 21 103 470 115 22
Binary 1010011 1011 1000101 0 1010111 10001 1000011 100111000 1001101 10010

Color Harmonies of #530B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530B45

Black with #530B45

Text Example


Text Example

White with #530B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,11,69); }

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

background-color css

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

 a { background-color: rgb(83,11,69); }

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

border-color css

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

 span { border-color: rgb(83,11,69); }

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