Html Css Color HEX #6F025B Tyrian Purple

📋 copy color: '#6F025B'

red 111 ◦ green 2 ◦ blue 91

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

Shades of Tyrian Purple #6F025B

Tints of Tyrian Purple #6F025B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 44.61%

R = 54.41%
G = 0.98%
B = 44.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#6F025B (or 0x6F025B) is known color: Tyrian Purple. HEX triplet: 6F, 02 and 5B. RGB value is (111,2,91). Sum of RGB (Red+Green+Blue) = 111+2+91=204 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.41% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 111 - color contains mainly: red. Hex color #6F025B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F025B is #90FDA4. Grayscale: #2C2C2C. Windows color (decimal): -9502117 or 5964399. OLE color: 5964399.

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

Color convert

RGB 111 2 91 -
CMYK 0 0.98 0.18 0.56
HSL 311.01º 0.96% 0.22% -
HSV(B) 311.01º 0.98% 0.44% -
XYZ 8.47 4.18 10.26 -
YUV 44.74 154.11 175.26 -
System Red Green Blue C M Y K H S L
Decimal 111 2 91 0 0.98 0.18 0.56 311.01 0.96 0.22
Hex 6F 2 5B 0 62 12 38 137 60 16
Octal 157 2 133 0 142 22 70 467 140 26
Binary 1101111 10 1011011 0 1100010 10010 111000 100110111 1100000 10110

Color Harmonies of #6F025B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F025B

Black with #6F025B

Text Example


Text Example

White with #6F025B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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