Html Css Color HEX #530643 Tyrian Purple

📋 copy color: '#530643'

red 83 ◦ green 6 ◦ blue 67

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

Shades of Tyrian Purple #530643

Tints of Tyrian Purple #530643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 42.95%

R = 53.21%
G = 3.85%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#530643 (or 0x530643) is known color: Tyrian Purple. HEX triplet: 53, 06 and 43. RGB value is (83,6,67). Sum of RGB (Red+Green+Blue) = 83+6+67=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 67 (26.56% from 255 or 42.95% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #530643 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530643 is #ACF9BC. Grayscale: #232323. Windows color (decimal): -11336125 or 4392531. OLE color: 4392531.

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

Color convert

RGB 83 6 67 -
CMYK 0 0.93 0.19 0.67
HSL 312.47º 0.87% 0.17% -
HSV(B) 312.47º 0.93% 0.33% -
XYZ 4.65 2.37 5.52 -
YUV 35.98 145.51 161.54 -
System Red Green Blue C M Y K H S L
Decimal 83 6 67 0 0.93 0.19 0.67 312.47 0.87 0.17
Hex 53 6 43 0 5D 13 43 138 57 11
Octal 123 6 103 0 135 23 103 470 127 21
Binary 1010011 110 1000011 0 1011101 10011 1000011 100111000 1010111 10001

Color Harmonies of #530643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530643

Black with #530643

Text Example


Text Example

White with #530643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530643; }

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

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

background-color css

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

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

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

border-color css

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

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

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