Html Css Color HEX #510238 Tyrian Purple

📋 copy color: '#510238'

red 81 ◦ green 2 ◦ blue 56

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

Shades of Tyrian Purple #510238

Tints of Tyrian Purple #510238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 40.29%

R = 58.27%
G = 1.44%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.68

RGB Variations

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

Color information

#510238 (or 0x510238) is known color: Tyrian Purple. HEX triplet: 51, 02 and 38. RGB value is (81,2,56). Sum of RGB (Red+Green+Blue) = 81+2+56=139 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.27% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 81 - color contains mainly: red. Hex color #510238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510238 is #AEFDC7. Grayscale: #1F1F1F. Windows color (decimal): -11468232 or 3670609. OLE color: 3670609.

HSL color Cylindrical-coordinate representation of color #510238: hue angle of 318.99º 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 #510238 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 2 56 -
CMYK 0 0.98 0.31 0.68
HSL 318.99º 0.95% 0.16% -
HSV(B) 318.99º 0.98% 0.32% -
XYZ 4.13 2.08 3.92 -
YUV 31.78 141.67 163.11 -
System Red Green Blue C M Y K H S L
Decimal 81 2 56 0 0.98 0.31 0.68 318.99 0.95 0.16
Hex 51 2 38 0 62 1F 44 13F 5F 10
Octal 121 2 70 0 142 37 104 477 137 20
Binary 1010001 10 111000 0 1100010 11111 1000100 100111111 1011111 10000

Color Harmonies of #510238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510238

Black with #510238

Text Example


Text Example

White with #510238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510238; }

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

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

background-color css

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

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

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

border-color css

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

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

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