Html Css Color HEX #6F035B Tyrian Purple

📋 copy color: '#6F035B'

red 111 ◦ green 3 ◦ blue 91

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

Shades of Tyrian Purple #6F035B

Tints of Tyrian Purple #6F035B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

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

R = 54.15%
G = 1.46%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#6F035B (or 0x6F035B) is known color: Tyrian Purple. HEX triplet: 6F, 03 and 5B. RGB value is (111,3,91). Sum of RGB (Red+Green+Blue) = 111+3+91=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F035B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F035B is #90FCA4. Grayscale: #2D2D2D. Windows color (decimal): -9501861 or 5964655. OLE color: 5964655.

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

Color convert

RGB 111 3 91 -
CMYK 0 0.97 0.18 0.56
HSL 311.11º 0.95% 0.22% -
HSV(B) 311.11º 0.97% 0.44% -
XYZ 8.48 4.2 10.26 -
YUV 45.32 153.78 174.84 -
System Red Green Blue C M Y K H S L
Decimal 111 3 91 0 0.97 0.18 0.56 311.11 0.95 0.22
Hex 6F 3 5B 0 61 12 38 137 5F 16
Octal 157 3 133 0 141 22 70 467 137 26
Binary 1101111 11 1011011 0 1100001 10010 111000 100110111 1011111 10110

Color Harmonies of #6F035B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F035B

Black with #6F035B

Text Example


Text Example

White with #6F035B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,3,91); }

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

background-color css

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

 a { background-color: rgb(111,3,91); }

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

border-color css

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

 span { border-color: rgb(111,3,91); }

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