Html Css Color HEX #6F0092 Purple

📋 copy color: '#6F0092'

red 111 ◦ green 0 ◦ blue 146

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

Shades of Purple #6F0092

Tints of Purple #6F0092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 146 (57.42% from 255) = 56.81%

R = 43.19%
G = 0%
B = 56.81%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6F0092 (or 0x6F0092) is known color: Purple. HEX triplet: 6F, 00 and 92. RGB value is (111,0,146). Sum of RGB (Red+Green+Blue) = 111+0+146=257 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.19% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 146 (57.42% from 255 or 56.81% from 257); Max value from RGB is 146 - color contains mainly: blue. Hex color #6F0092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0092 is #90FF6D. Grayscale: #313131. Windows color (decimal): -9502574 or 9568367. OLE color: 9568367.

HSL color Cylindrical-coordinate representation of color #6F0092: hue angle of 285.62º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F0092 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 111 0 146 -
CMYK 0.24 1 0 0.43
HSL 285.62º 1% 0.29% -
HSV(B) 285.62º 1% 0.57% -
XYZ 11.74 5.45 27.63 -
YUV 49.83 182.27 171.63 -
System Red Green Blue C M Y K H S L
Decimal 111 0 146 0.24 1 0 0.43 285.62 1 0.29
Hex 6F 0 92 18 64 0 2B 11E 64 1D
Octal 157 0 222 30 144 0 53 436 144 35
Binary 1101111 0 10010010 11000 1100100 0 101011 100011110 1100100 11101

Color Harmonies of #6F0092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0092

Black with #6F0092

Text Example


Text Example

White with #6F0092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,0,146); }

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

background-color css

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

 a { background-color: rgb(111,0,146); }

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

border-color css

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

 span { border-color: rgb(111,0,146); }

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