Html Css Color HEX #530630 Tyrian Purple

📋 copy color: '#530630'

red 83 ◦ green 6 ◦ blue 48

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

Shades of Tyrian Purple #530630

Tints of Tyrian Purple #530630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 35.04%

R = 60.58%
G = 4.38%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#530630 (or 0x530630) is known color: Tyrian Purple. HEX triplet: 53, 06 and 30. RGB value is (83,6,48). Sum of RGB (Red+Green+Blue) = 83+6+48=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #530630 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530630 is #ACF9CF. Grayscale: #212121. Windows color (decimal): -11336144 or 3147347. OLE color: 3147347.

HSL color Cylindrical-coordinate representation of color #530630: hue angle of 327.27º 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 #530630 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 6 48 -
CMYK 0 0.93 0.42 0.67
HSL 327.27º 0.87% 0.17% -
HSV(B) 327.27º 0.93% 0.33% -
XYZ 4.17 2.18 3 -
YUV 33.81 136.01 163.08 -
System Red Green Blue C M Y K H S L
Decimal 83 6 48 0 0.93 0.42 0.67 327.27 0.87 0.17
Hex 53 6 30 0 5D 2A 43 147 57 11
Octal 123 6 60 0 135 52 103 507 127 21
Binary 1010011 110 110000 0 1011101 101010 1000011 101000111 1010111 10001

Color Harmonies of #530630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530630

Black with #530630

Text Example


Text Example

White with #530630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530630; }

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

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

background-color css

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

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

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

border-color css

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

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

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