Html Css Color HEX #530C44 Tyrian Purple

📋 copy color: '#530C44'

red 83 ◦ green 12 ◦ blue 68

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

Shades of Tyrian Purple #530C44

Tints of Tyrian Purple #530C44

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.36%

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

R = 50.92%
G = 7.36%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#530C44 (or 0x530C44) is known color: Tyrian Purple. HEX triplet: 53, 0C and 44. RGB value is (83,12,68). Sum of RGB (Red+Green+Blue) = 83+12+68=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 12 (5.08% from 255 or 7.36% from 163); Blue value is 68 (26.95% from 255 or 41.72% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #530C44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530C44 is #ACF3BB. Grayscale: #272727. Windows color (decimal): -11334588 or 4459603. OLE color: 4459603.

HSL color Cylindrical-coordinate representation of color #530C44: hue angle of 312.68º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #530C44 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 12 68 -
CMYK 0 0.86 0.18 0.67
HSL 312.68º 0.75% 0.19% -
HSV(B) 312.68º 0.86% 0.33% -
XYZ 4.74 2.52 5.71 -
YUV 39.61 144.02 158.95 -
System Red Green Blue C M Y K H S L
Decimal 83 12 68 0 0.86 0.18 0.67 312.68 0.75 0.19
Hex 53 C 44 0 56 12 43 139 4B 13
Octal 123 14 104 0 126 22 103 471 113 23
Binary 1010011 1100 1000100 0 1010110 10010 1000011 100111001 1001011 10011

Color Harmonies of #530C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530C44

Black with #530C44

Text Example


Text Example

White with #530C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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