Html Css Color HEX #6F014C Tyrian Purple

📋 copy color: '#6F014C'

red 111 ◦ green 1 ◦ blue 76

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

Shades of Tyrian Purple #6F014C

Tints of Tyrian Purple #6F014C

RGB

 RED value IS 111 (43.75% from 255) = 59.04%

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 76 (30.08% from 255) = 40.43%

R = 59.04%
G = 0.53%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F014C (or 0x6F014C) is known color: Tyrian Purple. HEX triplet: 6F, 01 and 4C. RGB value is (111,1,76). Sum of RGB (Red+Green+Blue) = 111+1+76=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 76 (30.08% from 255 or 40.43% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F014C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F014C is #90FEB3. Grayscale: #2A2A2A. Windows color (decimal): -9502388 or 4981103. OLE color: 4981103.

HSL color Cylindrical-coordinate representation of color #6F014C: hue angle of 319.09º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F014C is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 1 76 -
CMYK 0 0.99 0.32 0.56
HSL 319.09º 0.98% 0.22% -
HSV(B) 319.09º 0.99% 0.44% -
XYZ 7.87 3.92 7.18 -
YUV 42.44 146.94 176.9 -
System Red Green Blue C M Y K H S L
Decimal 111 1 76 0 0.99 0.32 0.56 319.09 0.98 0.22
Hex 6F 1 4C 0 63 20 38 13F 62 16
Octal 157 1 114 0 143 40 70 477 142 26
Binary 1101111 1 1001100 0 1100011 100000 111000 100111111 1100010 10110

Color Harmonies of #6F014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F014C

Black with #6F014C

Text Example


Text Example

White with #6F014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,1,76); }

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

background-color css

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

 a { background-color: rgb(111,1,76); }

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

border-color css

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

 span { border-color: rgb(111,1,76); }

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