Html Css Color HEX #530C4B Tyrian Purple

📋 copy color: '#530C4B'

red 83 ◦ green 12 ◦ blue 75

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

Shades of Tyrian Purple #530C4B

Tints of Tyrian Purple #530C4B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.06%

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

R = 48.82%
G = 7.06%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#530C4B (or 0x530C4B) is known color: Tyrian Purple. HEX triplet: 53, 0C and 4B. RGB value is (83,12,75). Sum of RGB (Red+Green+Blue) = 83+12+75=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 12 (5.08% from 255 or 7.06% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #530C4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530C4B is #ACF3B4. Grayscale: #282828. Windows color (decimal): -11334581 or 4918355. OLE color: 4918355.

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

Color convert

RGB 83 12 75 -
CMYK 0 0.86 0.10 0.67
HSL 306.76º 0.75% 0.19% -
HSV(B) 306.76º 0.86% 0.33% -
XYZ 4.97 2.61 6.9 -
YUV 40.41 147.52 158.38 -
System Red Green Blue C M Y K H S L
Decimal 83 12 75 0 0.86 0.10 0.67 306.76 0.75 0.19
Hex 53 C 4B 0 56 A 43 133 4B 13
Octal 123 14 113 0 126 12 103 463 113 23
Binary 1010011 1100 1001011 0 1010110 1010 1000011 100110011 1001011 10011

Color Harmonies of #530C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530C4B

Black with #530C4B

Text Example


Text Example

White with #530C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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