Html Css Color HEX #6F0653 Tyrian Purple

📋 copy color: '#6F0653'

red 111 ◦ green 6 ◦ blue 83

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

Shades of Tyrian Purple #6F0653

Tints of Tyrian Purple #6F0653

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3%

 BLUE value IS 83 (32.81% from 255) = 41.5%

R = 55.5%
G = 3%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#6F0653 (or 0x6F0653) is known color: Tyrian Purple. HEX triplet: 6F, 06 and 53. RGB value is (111,6,83). Sum of RGB (Red+Green+Blue) = 111+6+83=200 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.5% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 83 (32.81% from 255 or 41.5% from 200); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0653 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0653 is #90F9AC. Grayscale: #2D2D2D. Windows color (decimal): -9501101 or 5441135. OLE color: 5441135.

HSL color Cylindrical-coordinate representation of color #6F0653: hue angle of 316º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0653 is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 6 83 -
CMYK 0 0.95 0.25 0.56
HSL 316º 0.9% 0.23% -
HSV(B) 316º 0.95% 0.44% -
XYZ 8.18 4.13 8.55 -
YUV 46.17 148.79 174.24 -
System Red Green Blue C M Y K H S L
Decimal 111 6 83 0 0.95 0.25 0.56 316 0.9 0.23
Hex 6F 6 53 0 5F 19 38 13C 5A 17
Octal 157 6 123 0 137 31 70 474 132 27
Binary 1101111 110 1010011 0 1011111 11001 111000 100111100 1011010 10111

Color Harmonies of #6F0653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0653

Black with #6F0653

Text Example


Text Example

White with #6F0653

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,6,83); }

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

background-color css

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

 a { background-color: rgb(111,6,83); }

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

border-color css

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

 span { border-color: rgb(111,6,83); }

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