Html Css Color HEX #6C0B4B Tyrian Purple

📋 copy color: '#6C0B4B'

red 108 ◦ green 11 ◦ blue 75

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

Shades of Tyrian Purple #6C0B4B

Tints of Tyrian Purple #6C0B4B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.67%

 BLUE value IS 75 (29.69% from 255) = 38.66%

R = 55.67%
G = 5.67%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#6C0B4B (or 0x6C0B4B) is known color: Tyrian Purple. HEX triplet: 6C, 0B and 4B. RGB value is (108,11,75). Sum of RGB (Red+Green+Blue) = 108+11+75=194 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.67% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0B4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0B4B is #93F4B4. Grayscale: #2F2F2F. Windows color (decimal): -9696437 or 4918124. OLE color: 4918124.

HSL color Cylindrical-coordinate representation of color #6C0B4B: hue angle of 320.41º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C0B4B is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 11 75 -
CMYK 0 0.90 0.31 0.58
HSL 320.41º 0.82% 0.23% -
HSV(B) 320.41º 0.9% 0.42% -
XYZ 7.57 3.94 7.02 -
YUV 47.3 143.64 171.3 -
System Red Green Blue C M Y K H S L
Decimal 108 11 75 0 0.90 0.31 0.58 320.41 0.82 0.23
Hex 6C B 4B 0 5A 1F 3A 140 52 17
Octal 154 13 113 0 132 37 72 500 122 27
Binary 1101100 1011 1001011 0 1011010 11111 111010 101000000 1010010 10111

Color Harmonies of #6C0B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0B4B

Black with #6C0B4B

Text Example


Text Example

White with #6C0B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,11,75); }

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

background-color css

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

 a { background-color: rgb(108,11,75); }

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

border-color css

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

 span { border-color: rgb(108,11,75); }

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