Html Css Color HEX #6F0A30 Tyrian Purple

📋 copy color: '#6F0A30'

red 111 ◦ green 10 ◦ blue 48

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

Shades of Tyrian Purple #6F0A30

Tints of Tyrian Purple #6F0A30

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.92%

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

R = 65.68%
G = 5.92%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#6F0A30 (or 0x6F0A30) is known color: Tyrian Purple. HEX triplet: 6F, 0A and 30. RGB value is (111,10,48). Sum of RGB (Red+Green+Blue) = 111+10+48=169 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.68% from 169); Green value is 10 (4.30% from 255 or 5.92% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0A30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0A30 is #90F5CF. Grayscale: #2C2C2C. Windows color (decimal): -9500112 or 3148399. OLE color: 3148399.

HSL color Cylindrical-coordinate representation of color #6F0A30: hue angle of 337.43º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F0A30 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 10 48 -
CMYK 0 0.91 0.57 0.56
HSL 337.43º 0.83% 0.24% -
HSV(B) 337.43º 0.91% 0.44% -
XYZ 7.2 3.81 3.15 -
YUV 44.53 129.96 175.41 -
System Red Green Blue C M Y K H S L
Decimal 111 10 48 0 0.91 0.57 0.56 337.43 0.83 0.24
Hex 6F A 30 0 5B 39 38 151 53 18
Octal 157 12 60 0 133 71 70 521 123 30
Binary 1101111 1010 110000 0 1011011 111001 111000 101010001 1010011 11000

Color Harmonies of #6F0A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0A30

Black with #6F0A30

Text Example


Text Example

White with #6F0A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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