Html Css Color HEX #6F0330 Tyrian Purple

📋 copy color: '#6F0330'

red 111 ◦ green 3 ◦ blue 48

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

Shades of Tyrian Purple #6F0330

Tints of Tyrian Purple #6F0330

RGB

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

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

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

R = 68.52%
G = 1.85%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#6F0330 (or 0x6F0330) is known color: Tyrian Purple. HEX triplet: 6F, 03 and 30. RGB value is (111,3,48). Sum of RGB (Red+Green+Blue) = 111+3+48=162 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.52% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0330 is #90FCCF. Grayscale: #282828. Windows color (decimal): -9501904 or 3146607. OLE color: 3146607.

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

Color convert

RGB 111 3 48 -
CMYK 0 0.97 0.57 0.56
HSL 335º 0.95% 0.22% -
HSV(B) 335º 0.97% 0.44% -
XYZ 7.12 3.66 3.13 -
YUV 40.42 132.28 178.34 -
System Red Green Blue C M Y K H S L
Decimal 111 3 48 0 0.97 0.57 0.56 335 0.95 0.22
Hex 6F 3 30 0 61 39 38 14F 5F 16
Octal 157 3 60 0 141 71 70 517 137 26
Binary 1101111 11 110000 0 1100001 111001 111000 101001111 1011111 10110

Color Harmonies of #6F0330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0330

Black with #6F0330

Text Example


Text Example

White with #6F0330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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