Html Css Color HEX #6F0348 Tyrian Purple

📋 copy color: '#6F0348'

red 111 ◦ green 3 ◦ blue 72

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

Shades of Tyrian Purple #6F0348

Tints of Tyrian Purple #6F0348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 38.71%

R = 59.68%
G = 1.61%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#6F0348 (or 0x6F0348) is known color: Tyrian Purple. HEX triplet: 6F, 03 and 48. RGB value is (111,3,72). Sum of RGB (Red+Green+Blue) = 111+3+72=186 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.68% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0348 is #90FCB7. Grayscale: #2A2A2A. Windows color (decimal): -9501880 or 4719471. OLE color: 4719471.

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

Color convert

RGB 111 3 72 -
CMYK 0 0.97 0.35 0.56
HSL 321.67º 0.95% 0.22% -
HSV(B) 321.67º 0.97% 0.44% -
XYZ 7.76 3.91 6.48 -
YUV 43.16 144.28 176.39 -
System Red Green Blue C M Y K H S L
Decimal 111 3 72 0 0.97 0.35 0.56 321.67 0.95 0.22
Hex 6F 3 48 0 61 23 38 142 5F 16
Octal 157 3 110 0 141 43 70 502 137 26
Binary 1101111 11 1001000 0 1100001 100011 111000 101000010 1011111 10110

Color Harmonies of #6F0348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0348

Black with #6F0348

Text Example


Text Example

White with #6F0348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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