Html Css Color HEX #6F024C Tyrian Purple

📋 copy color: '#6F024C'

red 111 ◦ green 2 ◦ blue 76

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

Shades of Tyrian Purple #6F024C

Tints of Tyrian Purple #6F024C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.06%

 BLUE value IS 76 (30.08% from 255) = 40.21%

R = 58.73%
G = 1.06%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F024C (or 0x6F024C) is known color: Tyrian Purple. HEX triplet: 6F, 02 and 4C. RGB value is (111,2,76). Sum of RGB (Red+Green+Blue) = 111+2+76=189 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.73% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 111 - color contains mainly: red. Hex color #6F024C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F024C is #90FDB3. Grayscale: #2A2A2A. Windows color (decimal): -9502132 or 4981359. OLE color: 4981359.

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

Color convert

RGB 111 2 76 -
CMYK 0 0.98 0.32 0.56
HSL 319.27º 0.96% 0.22% -
HSV(B) 319.27º 0.98% 0.44% -
XYZ 7.88 3.94 7.18 -
YUV 43.03 146.61 176.48 -
System Red Green Blue C M Y K H S L
Decimal 111 2 76 0 0.98 0.32 0.56 319.27 0.96 0.22
Hex 6F 2 4C 0 62 20 38 13F 60 16
Octal 157 2 114 0 142 40 70 477 140 26
Binary 1101111 10 1001100 0 1100010 100000 111000 100111111 1100000 10110

Color Harmonies of #6F024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F024C

Black with #6F024C

Text Example


Text Example

White with #6F024C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,2,76); }

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

background-color css

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

 a { background-color: rgb(111,2,76); }

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

border-color css

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

 span { border-color: rgb(111,2,76); }

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