Html Css Color HEX #6E023F Tyrian Purple

📋 copy color: '#6E023F'

red 110 ◦ green 2 ◦ blue 63

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

Shades of Tyrian Purple #6E023F

Tints of Tyrian Purple #6E023F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 36%

R = 62.86%
G = 1.14%
B = 36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.57

RGB Variations

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

Color information

#6E023F (or 0x6E023F) is known color: Tyrian Purple. HEX triplet: 6E, 02 and 3F. RGB value is (110,2,63). Sum of RGB (Red+Green+Blue) = 110+2+63=175 (23% of max value = 765). Red value is 110 (43.36% from 255 or 62.86% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 110 - color contains mainly: red. Hex color #6E023F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E023F is #91FDC0. Grayscale: #292929. Windows color (decimal): -9567681 or 4129390. OLE color: 4129390.

HSL color Cylindrical-coordinate representation of color #6E023F: hue angle of 326.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 #6E023F is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 2 63 -
CMYK 0 0.98 0.43 0.57
HSL 326.11º 0.96% 0.22% -
HSV(B) 326.11º 0.98% 0.43% -
XYZ 7.35 3.72 5.03 -
YUV 41.25 140.28 177.04 -
System Red Green Blue C M Y K H S L
Decimal 110 2 63 0 0.98 0.43 0.57 326.11 0.96 0.22
Hex 6E 2 3F 0 62 2B 39 146 60 16
Octal 156 2 77 0 142 53 71 506 140 26
Binary 1101110 10 111111 0 1100010 101011 111001 101000110 1100000 10110

Color Harmonies of #6E023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E023F

Black with #6E023F

Text Example


Text Example

White with #6E023F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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