Html Css Color HEX #6F0135 Tyrian Purple

📋 copy color: '#6F0135'

red 111 ◦ green 1 ◦ blue 53

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

Shades of Tyrian Purple #6F0135

Tints of Tyrian Purple #6F0135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 32.12%

R = 67.27%
G = 0.61%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#6F0135 (or 0x6F0135) is known color: Tyrian Purple. HEX triplet: 6F, 01 and 35. RGB value is (111,1,53). Sum of RGB (Red+Green+Blue) = 111+1+53=165 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.27% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0135 is #90FECA. Grayscale: #272727. Windows color (decimal): -9502411 or 3473775. OLE color: 3473775.

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

Color convert

RGB 111 1 53 -
CMYK 0 0.99 0.52 0.56
HSL 331.64º 0.98% 0.22% -
HSV(B) 331.64º 0.99% 0.44% -
XYZ 7.21 3.66 3.69 -
YUV 39.82 135.44 178.77 -
System Red Green Blue C M Y K H S L
Decimal 111 1 53 0 0.99 0.52 0.56 331.64 0.98 0.22
Hex 6F 1 35 0 63 34 38 14C 62 16
Octal 157 1 65 0 143 64 70 514 142 26
Binary 1101111 1 110101 0 1100011 110100 111000 101001100 1100010 10110

Color Harmonies of #6F0135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0135

Black with #6F0135

Text Example


Text Example

White with #6F0135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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