Html Css Color HEX #6F0251 Tyrian Purple

📋 copy color: '#6F0251'

red 111 ◦ green 2 ◦ blue 81

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

Shades of Tyrian Purple #6F0251

Tints of Tyrian Purple #6F0251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 41.75%

R = 57.22%
G = 1.03%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#6F0251 (or 0x6F0251) is known color: Tyrian Purple. HEX triplet: 6F, 02 and 51. RGB value is (111,2,81). Sum of RGB (Red+Green+Blue) = 111+2+81=194 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.22% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0251 is #90FDAE. Grayscale: #2B2B2B. Windows color (decimal): -9502127 or 5309039. OLE color: 5309039.

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

Color convert

RGB 111 2 81 -
CMYK 0 0.98 0.27 0.56
HSL 316.51º 0.96% 0.22% -
HSV(B) 316.51º 0.98% 0.44% -
XYZ 8.06 4.02 8.14 -
YUV 43.6 149.11 176.08 -
System Red Green Blue C M Y K H S L
Decimal 111 2 81 0 0.98 0.27 0.56 316.51 0.96 0.22
Hex 6F 2 51 0 62 1B 38 13D 60 16
Octal 157 2 121 0 142 33 70 475 140 26
Binary 1101111 10 1010001 0 1100010 11011 111000 100111101 1100000 10110

Color Harmonies of #6F0251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0251

Black with #6F0251

Text Example


Text Example

White with #6F0251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,2,81); }

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

background-color css

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

 a { background-color: rgb(111,2,81); }

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

border-color css

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

 span { border-color: rgb(111,2,81); }

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