Html Css Color HEX #530C40 Tyrian Purple

📋 copy color: '#530C40'

red 83 ◦ green 12 ◦ blue 64

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

Shades of Tyrian Purple #530C40

Tints of Tyrian Purple #530C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 40.25%

R = 52.2%
G = 7.55%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#530C40 (or 0x530C40) is known color: Tyrian Purple. HEX triplet: 53, 0C and 40. RGB value is (83,12,64). Sum of RGB (Red+Green+Blue) = 83+12+64=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #530C40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530C40 is #ACF3BF. Grayscale: #272727. Windows color (decimal): -11334592 or 4197459. OLE color: 4197459.

HSL color Cylindrical-coordinate representation of color #530C40: hue angle of 316.06º 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 #530C40 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 12 64 -
CMYK 0 0.86 0.23 0.67
HSL 316.06º 0.75% 0.19% -
HSV(B) 316.06º 0.86% 0.33% -
XYZ 4.62 2.47 5.08 -
YUV 39.16 142.02 159.27 -
System Red Green Blue C M Y K H S L
Decimal 83 12 64 0 0.86 0.23 0.67 316.06 0.75 0.19
Hex 53 C 40 0 56 17 43 13C 4B 13
Octal 123 14 100 0 126 27 103 474 113 23
Binary 1010011 1100 1000000 0 1010110 10111 1000011 100111100 1001011 10011

Color Harmonies of #530C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530C40

Black with #530C40

Text Example


Text Example

White with #530C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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