Html Css Color HEX #6C025A Tyrian Purple

📋 copy color: '#6C025A'

red 108 ◦ green 2 ◦ blue 90

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

Shades of Tyrian Purple #6C025A

Tints of Tyrian Purple #6C025A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 45%

R = 54%
G = 1%
B = 45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.58

RGB Variations

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

Color information

#6C025A (or 0x6C025A) is known color: Tyrian Purple. HEX triplet: 6C, 02 and 5A. RGB value is (108,2,90). Sum of RGB (Red+Green+Blue) = 108+2+90=200 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 108 - color contains mainly: red. Hex color #6C025A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C025A is #93FDA5. Grayscale: #2B2B2B. Windows color (decimal): -9698726 or 5898860. OLE color: 5898860.

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

Color convert

RGB 108 2 90 -
CMYK 0 0.98 0.17 0.58
HSL 310.19º 0.96% 0.22% -
HSV(B) 310.19º 0.98% 0.42% -
XYZ 8.05 3.97 10.01 -
YUV 43.73 154.12 173.84 -
System Red Green Blue C M Y K H S L
Decimal 108 2 90 0 0.98 0.17 0.58 310.19 0.96 0.22
Hex 6C 2 5A 0 62 11 3A 136 60 16
Octal 154 2 132 0 142 21 72 466 140 26
Binary 1101100 10 1011010 0 1100010 10001 111010 100110110 1100000 10110

Color Harmonies of #6C025A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C025A

Black with #6C025A

Text Example


Text Example

White with #6C025A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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