Html Css Color HEX #6F0297 Purple

📋 copy color: '#6F0297'

red 111 ◦ green 2 ◦ blue 151

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

Shades of Purple #6F0297

Tints of Purple #6F0297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 57.2%

R = 42.05%
G = 0.76%
B = 57.2%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6F0297 (or 0x6F0297) is known color: Purple. HEX triplet: 6F, 02 and 97. RGB value is (111,2,151). Sum of RGB (Red+Green+Blue) = 111+2+151=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 151 (59.38% from 255 or 57.20% from 264); Max value from RGB is 151 - color contains mainly: blue. Hex color #6F0297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0297 is #90FD68. Grayscale: #333333. Windows color (decimal): -9502057 or 9896559. OLE color: 9896559.

HSL color Cylindrical-coordinate representation of color #6F0297: hue angle of 283.89º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F0297 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 111 2 151 -
CMYK 0.26 0.99 0 0.41
HSL 283.89º 0.97% 0.3% -
HSV(B) 283.89º 0.99% 0.59% -
XYZ 12.16 5.66 29.73 -
YUV 51.58 184.11 170.38 -
System Red Green Blue C M Y K H S L
Decimal 111 2 151 0.26 0.99 0 0.41 283.89 0.97 0.3
Hex 6F 2 97 1A 63 0 29 11C 61 1E
Octal 157 2 227 32 143 0 51 434 141 36
Binary 1101111 10 10010111 11010 1100011 0 101001 100011100 1100001 11110

Color Harmonies of #6F0297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0297

Black with #6F0297

Text Example


Text Example

White with #6F0297

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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