Html Css Color HEX #530648 Tyrian Purple

📋 copy color: '#530648'

red 83 ◦ green 6 ◦ blue 72

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

Shades of Tyrian Purple #530648

Tints of Tyrian Purple #530648

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.73%

 BLUE value IS 72 (28.52% from 255) = 44.72%

R = 51.55%
G = 3.73%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#530648 (or 0x530648) is known color: Tyrian Purple. HEX triplet: 53, 06 and 48. RGB value is (83,6,72). Sum of RGB (Red+Green+Blue) = 83+6+72=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 6 (2.73% from 255 or 3.73% from 161); Blue value is 72 (28.52% from 255 or 44.72% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #530648 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530648 is #ACF9B7. Grayscale: #242424. Windows color (decimal): -11336120 or 4720211. OLE color: 4720211.

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

Color convert

RGB 83 6 72 -
CMYK 0 0.93 0.13 0.67
HSL 308.57º 0.87% 0.17% -
HSV(B) 308.57º 0.93% 0.33% -
XYZ 4.8 2.44 6.35 -
YUV 36.55 148.01 161.13 -
System Red Green Blue C M Y K H S L
Decimal 83 6 72 0 0.93 0.13 0.67 308.57 0.87 0.17
Hex 53 6 48 0 5D D 43 135 57 11
Octal 123 6 110 0 135 15 103 465 127 21
Binary 1010011 110 1001000 0 1011101 1101 1000011 100110101 1010111 10001

Color Harmonies of #530648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530648

Black with #530648

Text Example


Text Example

White with #530648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530648; }

 p { color: rgb(83,6,72); }

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

background-color css

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

 a { background-color: rgb(83,6,72); }

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

border-color css

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

 span { border-color: rgb(83,6,72); }

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