Html Css Color HEX #6F035A Tyrian Purple

📋 copy color: '#6F035A'

red 111 ◦ green 3 ◦ blue 90

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

Shades of Tyrian Purple #6F035A

Tints of Tyrian Purple #6F035A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.47%

 BLUE value IS 90 (35.55% from 255) = 44.12%

R = 54.41%
G = 1.47%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#6F035A (or 0x6F035A) is known color: Tyrian Purple. HEX triplet: 6F, 03 and 5A. RGB value is (111,3,90). Sum of RGB (Red+Green+Blue) = 111+3+90=204 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.41% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 111 - color contains mainly: red. Hex color #6F035A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F035A is #90FCA5. Grayscale: #2C2C2C. Windows color (decimal): -9501862 or 5899119. OLE color: 5899119.

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

Color convert

RGB 111 3 90 -
CMYK 0 0.97 0.19 0.56
HSL 311.67º 0.95% 0.22% -
HSV(B) 311.67º 0.97% 0.44% -
XYZ 8.43 4.18 10.04 -
YUV 45.21 153.28 174.93 -
System Red Green Blue C M Y K H S L
Decimal 111 3 90 0 0.97 0.19 0.56 311.67 0.95 0.22
Hex 6F 3 5A 0 61 13 38 138 5F 16
Octal 157 3 132 0 141 23 70 470 137 26
Binary 1101111 11 1011010 0 1100001 10011 111000 100111000 1011111 10110

Color Harmonies of #6F035A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F035A

Black with #6F035A

Text Example


Text Example

White with #6F035A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,3,90); }

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

background-color css

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

 a { background-color: rgb(111,3,90); }

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

border-color css

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

 span { border-color: rgb(111,3,90); }

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