Html Css Color HEX #6F013A Tyrian Purple

📋 copy color: '#6F013A'

red 111 ◦ green 1 ◦ blue 58

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

Shades of Tyrian Purple #6F013A

Tints of Tyrian Purple #6F013A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 34.12%

R = 65.29%
G = 0.59%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#6F013A (or 0x6F013A) is known color: Tyrian Purple. HEX triplet: 6F, 01 and 3A. RGB value is (111,1,58). Sum of RGB (Red+Green+Blue) = 111+1+58=170 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.29% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 111 - color contains mainly: red. Hex color #6F013A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F013A is #90FEC5. Grayscale: #282828. Windows color (decimal): -9502406 or 3801455. OLE color: 3801455.

HSL color Cylindrical-coordinate representation of color #6F013A: hue angle of 328.91º 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 #6F013A is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 1 58 -
CMYK 0 0.99 0.48 0.56
HSL 328.91º 0.98% 0.22% -
HSV(B) 328.91º 0.99% 0.44% -
XYZ 7.33 3.71 4.33 -
YUV 40.39 137.94 178.37 -
System Red Green Blue C M Y K H S L
Decimal 111 1 58 0 0.99 0.48 0.56 328.91 0.98 0.22
Hex 6F 1 3A 0 63 30 38 149 62 16
Octal 157 1 72 0 143 60 70 511 142 26
Binary 1101111 1 111010 0 1100011 110000 111000 101001001 1100010 10110

Color Harmonies of #6F013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F013A

Black with #6F013A

Text Example


Text Example

White with #6F013A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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