Html Css Color HEX #6F009A Purple

📋 copy color: '#6F009A'

red 111 ◦ green 0 ◦ blue 154

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

Shades of Purple #6F009A

Tints of Purple #6F009A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 58.11%

R = 41.89%
G = 0%
B = 58.11%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6F009A (or 0x6F009A) is known color: Purple. HEX triplet: 6F, 00 and 9A. RGB value is (111,0,154). Sum of RGB (Red+Green+Blue) = 111+0+154=265 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.89% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 154 (60.55% from 255 or 58.11% from 265); Max value from RGB is 154 - color contains mainly: blue. Hex color #6F009A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F009A is #90FF65. Grayscale: #323232. Windows color (decimal): -9502566 or 10092655. OLE color: 10092655.

HSL color Cylindrical-coordinate representation of color #6F009A: hue angle of 283.25º 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 #6F009A is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 111 0 154 -
CMYK 0.28 1 0 0.40
HSL 283.25º 1% 0.3% -
HSV(B) 283.25º 1% 0.6% -
XYZ 12.39 5.71 31.02 -
YUV 50.75 186.27 170.98 -
System Red Green Blue C M Y K H S L
Decimal 111 0 154 0.28 1 0 0.40 283.25 1 0.3
Hex 6F 0 9A 1C 64 0 28 11B 64 1E
Octal 157 0 232 34 144 0 50 433 144 36
Binary 1101111 0 10011010 11100 1100100 0 101000 100011011 1100100 11110

Color Harmonies of #6F009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F009A

Black with #6F009A

Text Example


Text Example

White with #6F009A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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