Html Css Color HEX #6F033D Tyrian Purple

📋 copy color: '#6F033D'

red 111 ◦ green 3 ◦ blue 61

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

Shades of Tyrian Purple #6F033D

Tints of Tyrian Purple #6F033D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 34.86%

R = 63.43%
G = 1.71%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#6F033D (or 0x6F033D) is known color: Tyrian Purple. HEX triplet: 6F, 03 and 3D. RGB value is (111,3,61). Sum of RGB (Red+Green+Blue) = 111+3+61=175 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.43% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 111 - color contains mainly: red. Hex color #6F033D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F033D is #90FCC2. Grayscale: #292929. Windows color (decimal): -9501891 or 3998575. OLE color: 3998575.

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

Color convert

RGB 111 3 61 -
CMYK 0 0.97 0.45 0.56
HSL 327.78º 0.95% 0.22% -
HSV(B) 327.78º 0.97% 0.44% -
XYZ 7.43 3.78 4.75 -
YUV 41.9 138.78 177.28 -
System Red Green Blue C M Y K H S L
Decimal 111 3 61 0 0.97 0.45 0.56 327.78 0.95 0.22
Hex 6F 3 3D 0 61 2D 38 148 5F 16
Octal 157 3 75 0 141 55 70 510 137 26
Binary 1101111 11 111101 0 1100001 101101 111000 101001000 1011111 10110

Color Harmonies of #6F033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F033D

Black with #6F033D

Text Example


Text Example

White with #6F033D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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