Html Css Color HEX #6F0130 Tyrian Purple

📋 copy color: '#6F0130'

red 111 ◦ green 1 ◦ blue 48

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

Shades of Tyrian Purple #6F0130

Tints of Tyrian Purple #6F0130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 30%

R = 69.38%
G = 0.63%
B = 30%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#6F0130 (or 0x6F0130) is known color: Tyrian Purple. HEX triplet: 6F, 01 and 30. RGB value is (111,1,48). Sum of RGB (Red+Green+Blue) = 111+1+48=160 (21% of max value = 765). Red value is 111 (43.75% from 255 or 69.38% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0130 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0130 is #90FECF. Grayscale: #272727. Windows color (decimal): -9502416 or 3146095. OLE color: 3146095.

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

Color convert

RGB 111 1 48 -
CMYK 0 0.99 0.57 0.56
HSL 334.36º 0.98% 0.22% -
HSV(B) 334.36º 0.99% 0.44% -
XYZ 7.1 3.61 3.12 -
YUV 39.25 132.94 179.18 -
System Red Green Blue C M Y K H S L
Decimal 111 1 48 0 0.99 0.57 0.56 334.36 0.98 0.22
Hex 6F 1 30 0 63 39 38 14E 62 16
Octal 157 1 60 0 143 71 70 516 142 26
Binary 1101111 1 110000 0 1100011 111001 111000 101001110 1100010 10110

Color Harmonies of #6F0130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0130

Black with #6F0130

Text Example


Text Example

White with #6F0130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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