Html Css Color HEX #6F0230 Tyrian Purple

📋 copy color: '#6F0230'

red 111 ◦ green 2 ◦ blue 48

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

Shades of Tyrian Purple #6F0230

Tints of Tyrian Purple #6F0230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 29.81%

R = 68.94%
G = 1.24%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#6F0230 (or 0x6F0230) is known color: Tyrian Purple. HEX triplet: 6F, 02 and 30. RGB value is (111,2,48). Sum of RGB (Red+Green+Blue) = 111+2+48=161 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.94% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0230 is #90FDCF. Grayscale: #272727. Windows color (decimal): -9502160 or 3146351. OLE color: 3146351.

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

Color convert

RGB 111 2 48 -
CMYK 0 0.98 0.57 0.56
HSL 334.68º 0.96% 0.22% -
HSV(B) 334.68º 0.98% 0.44% -
XYZ 7.11 3.64 3.12 -
YUV 39.84 132.61 178.76 -
System Red Green Blue C M Y K H S L
Decimal 111 2 48 0 0.98 0.57 0.56 334.68 0.96 0.22
Hex 6F 2 30 0 62 39 38 14F 60 16
Octal 157 2 60 0 142 71 70 517 140 26
Binary 1101111 10 110000 0 1100010 111001 111000 101001111 1100000 10110

Color Harmonies of #6F0230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0230

Black with #6F0230

Text Example


Text Example

White with #6F0230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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