Html Css Color HEX #6F0292 Purple

📋 copy color: '#6F0292'

red 111 ◦ green 2 ◦ blue 146

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

Shades of Purple #6F0292

Tints of Purple #6F0292

RGB

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

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

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

R = 42.86%
G = 0.77%
B = 56.37%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6F0292 (or 0x6F0292) is known color: Purple. HEX triplet: 6F, 02 and 92. RGB value is (111,2,146). Sum of RGB (Red+Green+Blue) = 111+2+146=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #6F0292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0292 is #90FD6D. Grayscale: #323232. Windows color (decimal): -9502062 or 9568879. OLE color: 9568879.

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

Color convert

RGB 111 2 146 -
CMYK 0.24 0.99 0 0.43
HSL 285.42º 0.97% 0.29% -
HSV(B) 285.42º 0.99% 0.57% -
XYZ 11.77 5.5 27.64 -
YUV 51.01 181.61 170.79 -
System Red Green Blue C M Y K H S L
Decimal 111 2 146 0.24 0.99 0 0.43 285.42 0.97 0.29
Hex 6F 2 92 18 63 0 2B 11D 61 1D
Octal 157 2 222 30 143 0 53 435 141 35
Binary 1101111 10 10010010 11000 1100011 0 101011 100011101 1100001 11101

Color Harmonies of #6F0292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0292

Black with #6F0292

Text Example


Text Example

White with #6F0292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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