Html Css Color HEX #530642 Tyrian Purple

📋 copy color: '#530642'

red 83 ◦ green 6 ◦ blue 66

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

Shades of Tyrian Purple #530642

Tints of Tyrian Purple #530642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 42.58%

R = 53.55%
G = 3.87%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#530642 (or 0x530642) is known color: Tyrian Purple. HEX triplet: 53, 06 and 42. RGB value is (83,6,66). Sum of RGB (Red+Green+Blue) = 83+6+66=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 66 (26.17% from 255 or 42.58% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #530642 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530642 is #ACF9BD. Grayscale: #232323. Windows color (decimal): -11336126 or 4326995. OLE color: 4326995.

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

Color convert

RGB 83 6 66 -
CMYK 0 0.93 0.20 0.67
HSL 313.25º 0.87% 0.17% -
HSV(B) 313.25º 0.93% 0.33% -
XYZ 4.62 2.36 5.37 -
YUV 35.86 145.01 161.62 -
System Red Green Blue C M Y K H S L
Decimal 83 6 66 0 0.93 0.20 0.67 313.25 0.87 0.17
Hex 53 6 42 0 5D 14 43 139 57 11
Octal 123 6 102 0 135 24 103 471 127 21
Binary 1010011 110 1000010 0 1011101 10100 1000011 100111001 1010111 10001

Color Harmonies of #530642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530642

Black with #530642

Text Example


Text Example

White with #530642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530642; }

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

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

background-color css

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

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

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

border-color css

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

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

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