Html Css Color HEX #6C024A Tyrian Purple

📋 copy color: '#6C024A'

red 108 ◦ green 2 ◦ blue 74

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

Shades of Tyrian Purple #6C024A

Tints of Tyrian Purple #6C024A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 40.22%

R = 58.7%
G = 1.09%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#6C024A (or 0x6C024A) is known color: Tyrian Purple. HEX triplet: 6C, 02 and 4A. RGB value is (108,2,74). Sum of RGB (Red+Green+Blue) = 108+2+74=184 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.70% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 108 - color contains mainly: red. Hex color #6C024A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C024A is #93FDB5. Grayscale: #292929. Windows color (decimal): -9698742 or 4850284. OLE color: 4850284.

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

Color convert

RGB 108 2 74 -
CMYK 0 0.98 0.31 0.58
HSL 319.25º 0.96% 0.22% -
HSV(B) 319.25º 0.98% 0.42% -
XYZ 7.44 3.73 6.81 -
YUV 41.9 146.12 175.15 -
System Red Green Blue C M Y K H S L
Decimal 108 2 74 0 0.98 0.31 0.58 319.25 0.96 0.22
Hex 6C 2 4A 0 62 1F 3A 13F 60 16
Octal 154 2 112 0 142 37 72 477 140 26
Binary 1101100 10 1001010 0 1100010 11111 111010 100111111 1100000 10110

Color Harmonies of #6C024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C024A

Black with #6C024A

Text Example


Text Example

White with #6C024A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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