Html Css Color HEX #6C0257 Tyrian Purple

📋 copy color: '#6C0257'

red 108 ◦ green 2 ◦ blue 87

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

Shades of Tyrian Purple #6C0257

Tints of Tyrian Purple #6C0257

RGB

 RED value IS 108 (42.58% from 255) = 54.82%

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

 BLUE value IS 87 (34.38% from 255) = 44.16%

R = 54.82%
G = 1.02%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#6C0257 (or 0x6C0257) is known color: Tyrian Purple. HEX triplet: 6C, 02 and 57. RGB value is (108,2,87). Sum of RGB (Red+Green+Blue) = 108+2+87=197 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.82% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0257 is #93FDA8. Grayscale: #2B2B2B. Windows color (decimal): -9698729 or 5702252. OLE color: 5702252.

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

Color convert

RGB 108 2 87 -
CMYK 0 0.98 0.19 0.58
HSL 311.89º 0.96% 0.22% -
HSV(B) 311.89º 0.98% 0.42% -
XYZ 7.93 3.92 9.36 -
YUV 43.38 152.62 174.09 -
System Red Green Blue C M Y K H S L
Decimal 108 2 87 0 0.98 0.19 0.58 311.89 0.96 0.22
Hex 6C 2 57 0 62 13 3A 138 60 16
Octal 154 2 127 0 142 23 72 470 140 26
Binary 1101100 10 1010111 0 1100010 10011 111010 100111000 1100000 10110

Color Harmonies of #6C0257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0257

Black with #6C0257

Text Example


Text Example

White with #6C0257

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,2,87); }

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

background-color css

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

 a { background-color: rgb(108,2,87); }

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

border-color css

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

 span { border-color: rgb(108,2,87); }

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