Html Css Color HEX #530644 Tyrian Purple

📋 copy color: '#530644'

red 83 ◦ green 6 ◦ blue 68

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

Shades of Tyrian Purple #530644

Tints of Tyrian Purple #530644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 43.31%

R = 52.87%
G = 3.82%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#530644 (or 0x530644) is known color: Tyrian Purple. HEX triplet: 53, 06 and 44. RGB value is (83,6,68). Sum of RGB (Red+Green+Blue) = 83+6+68=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 68 (26.95% from 255 or 43.31% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #530644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530644 is #ACF9BB. Grayscale: #232323. Windows color (decimal): -11336124 or 4458067. OLE color: 4458067.

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

Color convert

RGB 83 6 68 -
CMYK 0 0.93 0.18 0.67
HSL 311.69º 0.87% 0.17% -
HSV(B) 311.69º 0.93% 0.33% -
XYZ 4.68 2.39 5.68 -
YUV 36.09 146.01 161.46 -
System Red Green Blue C M Y K H S L
Decimal 83 6 68 0 0.93 0.18 0.67 311.69 0.87 0.17
Hex 53 6 44 0 5D 12 43 138 57 11
Octal 123 6 104 0 135 22 103 470 127 21
Binary 1010011 110 1000100 0 1011101 10010 1000011 100111000 1010111 10001

Color Harmonies of #530644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530644

Black with #530644

Text Example


Text Example

White with #530644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530644; }

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

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

background-color css

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

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

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

border-color css

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

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

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