Html Css Color HEX #6F0098 Purple

📋 copy color: '#6F0098'

red 111 ◦ green 0 ◦ blue 152

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

Shades of Purple #6F0098

Tints of Purple #6F0098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 57.79%

R = 42.21%
G = 0%
B = 57.79%

CMYK

 C value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6F0098 (or 0x6F0098) is known color: Purple. HEX triplet: 6F, 00 and 98. RGB value is (111,0,152). Sum of RGB (Red+Green+Blue) = 111+0+152=263 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.21% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 152 (59.77% from 255 or 57.79% from 263); Max value from RGB is 152 - color contains mainly: blue. Hex color #6F0098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0098 is #90FF67. Grayscale: #323232. Windows color (decimal): -9502568 or 9961583. OLE color: 9961583.

HSL color Cylindrical-coordinate representation of color #6F0098: hue angle of 283.82º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F0098 is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 111 0 152 -
CMYK 0.27 1 0 0.40
HSL 283.82º 1% 0.3% -
HSV(B) 283.82º 1% 0.6% -
XYZ 12.22 5.65 30.15 -
YUV 50.52 185.27 171.14 -
System Red Green Blue C M Y K H S L
Decimal 111 0 152 0.27 1 0 0.40 283.82 1 0.3
Hex 6F 0 98 1B 64 0 28 11C 64 1E
Octal 157 0 230 33 144 0 50 434 144 36
Binary 1101111 0 10011000 11011 1100100 0 101000 100011100 1100100 11110

Color Harmonies of #6F0098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0098

Black with #6F0098

Text Example


Text Example

White with #6F0098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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