Html Css Color HEX #6F0045 Tyrian Purple

📋 copy color: '#6F0045'

red 111 ◦ green 0 ◦ blue 69

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

Shades of Tyrian Purple #6F0045

Tints of Tyrian Purple #6F0045

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 69 (27.34% from 255) = 38.33%

R = 61.67%
G = 0%
B = 38.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#6F0045 (or 0x6F0045) is known color: Tyrian Purple. HEX triplet: 6F, 00 and 45. RGB value is (111,0,69). Sum of RGB (Red+Green+Blue) = 111+0+69=180 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.67% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 69 (27.34% from 255 or 38.33% from 180); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0045 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0045 is #90FFBA. Grayscale: #282828. Windows color (decimal): -9502651 or 4522095. OLE color: 4522095.

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

Color convert

RGB 111 0 69 -
CMYK 0 1 0.38 0.56
HSL 322.7º 1% 0.22% -
HSV(B) 322.7º 1% 0.44% -
XYZ 7.63 3.81 5.96 -
YUV 41.06 143.77 177.89 -
System Red Green Blue C M Y K H S L
Decimal 111 0 69 0 1 0.38 0.56 322.7 1 0.22
Hex 6F 0 45 0 64 26 38 143 64 16
Octal 157 0 105 0 144 46 70 503 144 26
Binary 1101111 0 1000101 0 1100100 100110 111000 101000011 1100100 10110

Color Harmonies of #6F0045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0045

Black with #6F0045

Text Example


Text Example

White with #6F0045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,0,69); }

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

background-color css

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

 a { background-color: rgb(111,0,69); }

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

border-color css

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

 span { border-color: rgb(111,0,69); }

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