Html Css Color HEX #6C023A Tyrian Purple

📋 copy color: '#6C023A'

red 108 ◦ green 2 ◦ blue 58

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

Shades of Tyrian Purple #6C023A

Tints of Tyrian Purple #6C023A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 34.52%

R = 64.29%
G = 1.19%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.58

RGB Variations

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

Color information

#6C023A (or 0x6C023A) is known color: Tyrian Purple. HEX triplet: 6C, 02 and 3A. RGB value is (108,2,58). Sum of RGB (Red+Green+Blue) = 108+2+58=168 (22% of max value = 765). Red value is 108 (42.58% from 255 or 64.29% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 108 - color contains mainly: red. Hex color #6C023A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C023A is #93FDC5. Grayscale: #272727. Windows color (decimal): -9698758 or 3801708. OLE color: 3801708.

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

Color convert

RGB 108 2 58 -
CMYK 0 0.98 0.46 0.58
HSL 328.3º 0.96% 0.22% -
HSV(B) 328.3º 0.98% 0.42% -
XYZ 6.97 3.54 4.32 -
YUV 40.08 138.12 176.45 -
System Red Green Blue C M Y K H S L
Decimal 108 2 58 0 0.98 0.46 0.58 328.3 0.96 0.22
Hex 6C 2 3A 0 62 2E 3A 148 60 16
Octal 154 2 72 0 142 56 72 510 140 26
Binary 1101100 10 111010 0 1100010 101110 111010 101001000 1100000 10110

Color Harmonies of #6C023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C023A

Black with #6C023A

Text Example


Text Example

White with #6C023A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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