Html Css Color HEX #6C023F Tyrian Purple

📋 copy color: '#6C023F'

red 108 ◦ green 2 ◦ blue 63

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

Shades of Tyrian Purple #6C023F

Tints of Tyrian Purple #6C023F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 36.42%

R = 62.43%
G = 1.16%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.58

RGB Variations

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

Color information

#6C023F (or 0x6C023F) is known color: Tyrian Purple. HEX triplet: 6C, 02 and 3F. RGB value is (108,2,63). Sum of RGB (Red+Green+Blue) = 108+2+63=173 (22% of max value = 765). Red value is 108 (42.58% from 255 or 62.43% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 108 - color contains mainly: red. Hex color #6C023F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C023F is #93FDC0. Grayscale: #282828. Windows color (decimal): -9698753 or 4129388. OLE color: 4129388.

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

Color convert

RGB 108 2 63 -
CMYK 0 0.98 0.42 0.58
HSL 325.47º 0.96% 0.22% -
HSV(B) 325.47º 0.98% 0.42% -
XYZ 7.1 3.59 5.02 -
YUV 40.65 140.62 176.04 -
System Red Green Blue C M Y K H S L
Decimal 108 2 63 0 0.98 0.42 0.58 325.47 0.96 0.22
Hex 6C 2 3F 0 62 2A 3A 145 60 16
Octal 154 2 77 0 142 52 72 505 140 26
Binary 1101100 10 111111 0 1100010 101010 111010 101000101 1100000 10110

Color Harmonies of #6C023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C023F

Black with #6C023F

Text Example


Text Example

White with #6C023F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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