Html Css Color HEX #51023C Tyrian Purple

📋 copy color: '#51023C'

red 81 ◦ green 2 ◦ blue 60

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

Shades of Tyrian Purple #51023C

Tints of Tyrian Purple #51023C

RGB

 RED value IS 81 (32.03% from 255) = 56.64%

 GREEN value IS 2 (1.17% from 255) = 1.4%

 BLUE value IS 60 (23.83% from 255) = 41.96%

R = 56.64%
G = 1.4%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#51023C (or 0x51023C) is known color: Tyrian Purple. HEX triplet: 51, 02 and 3C. RGB value is (81,2,60). Sum of RGB (Red+Green+Blue) = 81+2+60=143 (18% of max value = 765). Red value is 81 (32.03% from 255 or 56.64% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 60 (23.83% from 255 or 41.96% from 143); Max value from RGB is 81 - color contains mainly: red. Hex color #51023C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51023C is #AEFDC3. Grayscale: #202020. Windows color (decimal): -11468228 or 3932753. OLE color: 3932753.

HSL color Cylindrical-coordinate representation of color #51023C: hue angle of 315.95º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #51023C is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 2 60 -
CMYK 0 0.98 0.26 0.68
HSL 315.95º 0.95% 0.16% -
HSV(B) 315.95º 0.98% 0.32% -
XYZ 4.23 2.12 4.46 -
YUV 32.23 143.67 162.78 -
System Red Green Blue C M Y K H S L
Decimal 81 2 60 0 0.98 0.26 0.68 315.95 0.95 0.16
Hex 51 2 3C 0 62 1A 44 13C 5F 10
Octal 121 2 74 0 142 32 104 474 137 20
Binary 1010001 10 111100 0 1100010 11010 1000100 100111100 1011111 10000

Color Harmonies of #51023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51023C

Black with #51023C

Text Example


Text Example

White with #51023C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51023C; }

 p { color: rgb(81,2,60); }

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

background-color css

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

 a { background-color: rgb(81,2,60); }

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

border-color css

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

 span { border-color: rgb(81,2,60); }

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