Html Css Color HEX #6E0358 Tyrian Purple

📋 copy color: '#6E0358'

red 110 ◦ green 3 ◦ blue 88

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

Shades of Tyrian Purple #6E0358

Tints of Tyrian Purple #6E0358

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.49%

 BLUE value IS 88 (34.77% from 255) = 43.78%

R = 54.73%
G = 1.49%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.2

 K value IS 0.57

RGB Variations

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

Color information

#6E0358 (or 0x6E0358) is known color: Tyrian Purple. HEX triplet: 6E, 03 and 58. RGB value is (110,3,88). Sum of RGB (Red+Green+Blue) = 110+3+88=201 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.73% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 88 (34.77% from 255 or 43.78% from 201); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0358 is #91FCA7. Grayscale: #2C2C2C. Windows color (decimal): -9567400 or 5768046. OLE color: 5768046.

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

Color convert

RGB 110 3 88 -
CMYK 0 0.97 0.2 0.57
HSL 312.34º 0.95% 0.22% -
HSV(B) 312.34º 0.97% 0.43% -
XYZ 8.22 4.08 9.59 -
YUV 44.68 152.45 174.59 -
System Red Green Blue C M Y K H S L
Decimal 110 3 88 0 0.97 0.2 0.57 312.34 0.95 0.22
Hex 6E 3 58 0 61 14 39 138 5F 16
Octal 156 3 130 0 141 24 71 470 137 26
Binary 1101110 11 1011000 0 1100001 10100 111001 100111000 1011111 10110

Color Harmonies of #6E0358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0358

Black with #6E0358

Text Example


Text Example

White with #6E0358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,3,88); }

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

background-color css

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

 a { background-color: rgb(110,3,88); }

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

border-color css

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

 span { border-color: rgb(110,3,88); }

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