Html Css Color HEX #6F0194 Purple

📋 copy color: '#6F0194'

red 111 ◦ green 1 ◦ blue 148

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

Shades of Purple #6F0194

Tints of Purple #6F0194

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 148 (58.2% from 255) = 56.92%

R = 42.69%
G = 0.38%
B = 56.92%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6F0194 (or 0x6F0194) is known color: Purple. HEX triplet: 6F, 01 and 94. RGB value is (111,1,148). Sum of RGB (Red+Green+Blue) = 111+1+148=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 148 (58.20% from 255 or 56.92% from 260); Max value from RGB is 148 - color contains mainly: blue. Hex color #6F0194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0194 is #90FE6B. Grayscale: #323232. Windows color (decimal): -9502316 or 9699695. OLE color: 9699695.

HSL color Cylindrical-coordinate representation of color #6F0194: hue angle of 284.9º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F0194 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 111 1 148 -
CMYK 0.25 0.99 0 0.42
HSL 284.9º 0.99% 0.29% -
HSV(B) 284.9º 0.99% 0.58% -
XYZ 11.91 5.54 28.46 -
YUV 50.65 182.94 171.05 -
System Red Green Blue C M Y K H S L
Decimal 111 1 148 0.25 0.99 0 0.42 284.9 0.99 0.29
Hex 6F 1 94 19 63 0 2A 11D 63 1D
Octal 157 1 224 31 143 0 52 435 143 35
Binary 1101111 1 10010100 11001 1100011 0 101010 100011101 1100011 11101

Color Harmonies of #6F0194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0194

Black with #6F0194

Text Example


Text Example

White with #6F0194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,1,148); }

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

background-color css

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

 a { background-color: rgb(111,1,148); }

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

border-color css

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

 span { border-color: rgb(111,1,148); }

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