Html Css Color HEX #6C024F Tyrian Purple

📋 copy color: '#6C024F'

red 108 ◦ green 2 ◦ blue 79

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

Shades of Tyrian Purple #6C024F

Tints of Tyrian Purple #6C024F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 41.8%

R = 57.14%
G = 1.06%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#6C024F (or 0x6C024F) is known color: Tyrian Purple. HEX triplet: 6C, 02 and 4F. RGB value is (108,2,79). Sum of RGB (Red+Green+Blue) = 108+2+79=189 (25% of max value = 765). Red value is 108 (42.58% from 255 or 57.14% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 108 - color contains mainly: red. Hex color #6C024F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C024F is #93FDB0. Grayscale: #2A2A2A. Windows color (decimal): -9698737 or 5177964. OLE color: 5177964.

HSL color Cylindrical-coordinate representation of color #6C024F: hue angle of 316.42º 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 #6C024F is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 2 79 -
CMYK 0 0.98 0.27 0.58
HSL 316.42º 0.96% 0.22% -
HSV(B) 316.42º 0.98% 0.42% -
XYZ 7.62 3.8 7.73 -
YUV 42.47 148.62 174.74 -
System Red Green Blue C M Y K H S L
Decimal 108 2 79 0 0.98 0.27 0.58 316.42 0.96 0.22
Hex 6C 2 4F 0 62 1B 3A 13C 60 16
Octal 154 2 117 0 142 33 72 474 140 26
Binary 1101100 10 1001111 0 1100010 11011 111010 100111100 1100000 10110

Color Harmonies of #6C024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C024F

Black with #6C024F

Text Example


Text Example

White with #6C024F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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