Html Css Color HEX #6F033C Tyrian Purple

📋 copy color: '#6F033C'

red 111 ◦ green 3 ◦ blue 60

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

Shades of Tyrian Purple #6F033C

Tints of Tyrian Purple #6F033C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 34.48%

R = 63.79%
G = 1.72%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#6F033C (or 0x6F033C) is known color: Tyrian Purple. HEX triplet: 6F, 03 and 3C. RGB value is (111,3,60). Sum of RGB (Red+Green+Blue) = 111+3+60=174 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.79% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 111 - color contains mainly: red. Hex color #6F033C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F033C is #90FCC3. Grayscale: #292929. Windows color (decimal): -9501892 or 3933039. OLE color: 3933039.

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

Color convert

RGB 111 3 60 -
CMYK 0 0.97 0.46 0.56
HSL 328.33º 0.95% 0.22% -
HSV(B) 328.33º 0.97% 0.44% -
XYZ 7.4 3.77 4.61 -
YUV 41.79 138.28 177.37 -
System Red Green Blue C M Y K H S L
Decimal 111 3 60 0 0.97 0.46 0.56 328.33 0.95 0.22
Hex 6F 3 3C 0 61 2E 38 148 5F 16
Octal 157 3 74 0 141 56 70 510 137 26
Binary 1101111 11 111100 0 1100001 101110 111000 101001000 1011111 10110

Color Harmonies of #6F033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F033C

Black with #6F033C

Text Example


Text Example

White with #6F033C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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