Html Css Color HEX #6F0052 Tyrian Purple

📋 copy color: '#6F0052'

red 111 ◦ green 0 ◦ blue 82

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

Shades of Tyrian Purple #6F0052

Tints of Tyrian Purple #6F0052

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 82 (32.42% from 255) = 42.49%

R = 57.51%
G = 0%
B = 42.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#6F0052 (or 0x6F0052) is known color: Tyrian Purple. HEX triplet: 6F, 00 and 52. RGB value is (111,0,82). Sum of RGB (Red+Green+Blue) = 111+0+82=193 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.51% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0052 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0052 is #90FFAD. Grayscale: #2A2A2A. Windows color (decimal): -9502638 or 5374063. OLE color: 5374063.

HSL color Cylindrical-coordinate representation of color #6F0052: hue angle of 315.68º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F0052 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 0 82 -
CMYK 0 1 0.26 0.56
HSL 315.68º 1% 0.22% -
HSV(B) 315.68º 1% 0.44% -
XYZ 8.08 3.99 8.33 -
YUV 42.54 150.27 176.83 -
System Red Green Blue C M Y K H S L
Decimal 111 0 82 0 1 0.26 0.56 315.68 1 0.22
Hex 6F 0 52 0 64 1A 38 13C 64 16
Octal 157 0 122 0 144 32 70 474 144 26
Binary 1101111 0 1010010 0 1100100 11010 111000 100111100 1100100 10110

Color Harmonies of #6F0052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0052

Black with #6F0052

Text Example


Text Example

White with #6F0052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,0,82); }

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

background-color css

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

 a { background-color: rgb(111,0,82); }

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

border-color css

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

 span { border-color: rgb(111,0,82); }

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