Html Css Color HEX #6E025A Tyrian Purple

📋 copy color: '#6E025A'

red 110 ◦ green 2 ◦ blue 90

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

Shades of Tyrian Purple #6E025A

Tints of Tyrian Purple #6E025A

RGB

 RED value IS 110 (43.36% from 255) = 54.46%

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

 BLUE value IS 90 (35.55% from 255) = 44.55%

R = 54.46%
G = 0.99%
B = 44.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.57

RGB Variations

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

Color information

#6E025A (or 0x6E025A) is known color: Tyrian Purple. HEX triplet: 6E, 02 and 5A. RGB value is (110,2,90). Sum of RGB (Red+Green+Blue) = 110+2+90=202 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.46% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 110 - color contains mainly: red. Hex color #6E025A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E025A is #91FDA5. Grayscale: #2C2C2C. Windows color (decimal): -9567654 or 5898862. OLE color: 5898862.

HSL color Cylindrical-coordinate representation of color #6E025A: hue angle of 311.11º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6E025A is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 2 90 -
CMYK 0 0.98 0.18 0.57
HSL 311.11º 0.96% 0.22% -
HSV(B) 311.11º 0.98% 0.43% -
XYZ 8.3 4.1 10.03 -
YUV 44.32 153.78 174.84 -
System Red Green Blue C M Y K H S L
Decimal 110 2 90 0 0.98 0.18 0.57 311.11 0.96 0.22
Hex 6E 2 5A 0 62 12 39 137 60 16
Octal 156 2 132 0 142 22 71 467 140 26
Binary 1101110 10 1011010 0 1100010 10010 111001 100110111 1100000 10110

Color Harmonies of #6E025A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E025A

Black with #6E025A

Text Example


Text Example

White with #6E025A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E025A; }

 p { color: rgb(110,2,90); }

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

background-color css

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

 a { background-color: rgb(110,2,90); }

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

border-color css

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

 span { border-color: rgb(110,2,90); }

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