Html Css Color HEX #6C025B Tyrian Purple

📋 copy color: '#6C025B'

red 108 ◦ green 2 ◦ blue 91

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

Shades of Tyrian Purple #6C025B

Tints of Tyrian Purple #6C025B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 45.27%

R = 53.73%
G = 1%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#6C025B (or 0x6C025B) is known color: Tyrian Purple. HEX triplet: 6C, 02 and 5B. RGB value is (108,2,91). Sum of RGB (Red+Green+Blue) = 108+2+91=201 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.73% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 108 - color contains mainly: red. Hex color #6C025B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C025B is #93FDA4. Grayscale: #2B2B2B. Windows color (decimal): -9698725 or 5964396. OLE color: 5964396.

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

Color convert

RGB 108 2 91 -
CMYK 0 0.98 0.16 0.58
HSL 309.62º 0.96% 0.22% -
HSV(B) 309.62º 0.98% 0.42% -
XYZ 8.09 3.99 10.24 -
YUV 43.84 154.62 173.76 -
System Red Green Blue C M Y K H S L
Decimal 108 2 91 0 0.98 0.16 0.58 309.62 0.96 0.22
Hex 6C 2 5B 0 62 10 3A 136 60 16
Octal 154 2 133 0 142 20 72 466 140 26
Binary 1101100 10 1011011 0 1100010 10000 111010 100110110 1100000 10110

Color Harmonies of #6C025B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C025B

Black with #6C025B

Text Example


Text Example

White with #6C025B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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