Html Css Color HEX #6F0342 Tyrian Purple

📋 copy color: '#6F0342'

red 111 ◦ green 3 ◦ blue 66

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

Shades of Tyrian Purple #6F0342

Tints of Tyrian Purple #6F0342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 36.67%

R = 61.67%
G = 1.67%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#6F0342 (or 0x6F0342) is known color: Tyrian Purple. HEX triplet: 6F, 03 and 42. RGB value is (111,3,66). Sum of RGB (Red+Green+Blue) = 111+3+66=180 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.67% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0342 is #90FCBD. Grayscale: #2A2A2A. Windows color (decimal): -9501886 or 4326255. OLE color: 4326255.

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

Color convert

RGB 111 3 66 -
CMYK 0 0.97 0.41 0.56
HSL 325º 0.95% 0.22% -
HSV(B) 325º 0.97% 0.44% -
XYZ 7.57 3.84 5.5 -
YUV 42.47 141.28 176.88 -
System Red Green Blue C M Y K H S L
Decimal 111 3 66 0 0.97 0.41 0.56 325 0.95 0.22
Hex 6F 3 42 0 61 29 38 145 5F 16
Octal 157 3 102 0 141 51 70 505 137 26
Binary 1101111 11 1000010 0 1100001 101001 111000 101000101 1011111 10110

Color Harmonies of #6F0342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0342

Black with #6F0342

Text Example


Text Example

White with #6F0342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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