Html Css Color HEX #6F009B Purple

📋 copy color: '#6F009B'

red 111 ◦ green 0 ◦ blue 155

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

Shades of Purple #6F009B

Tints of Purple #6F009B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 58.27%

R = 41.73%
G = 0%
B = 58.27%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F009B (or 0x6F009B) is known color: Purple. HEX triplet: 6F, 00 and 9B. RGB value is (111,0,155). Sum of RGB (Red+Green+Blue) = 111+0+155=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F009B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F009B is #90FF64. Grayscale: #323232. Windows color (decimal): -9502565 or 10158191. OLE color: 10158191.

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

Color convert

RGB 111 0 155 -
CMYK 0.28 1 0 0.39
HSL 282.97º 1% 0.3% -
HSV(B) 282.97º 1% 0.61% -
XYZ 12.47 5.75 31.46 -
YUV 50.86 186.77 170.9 -
System Red Green Blue C M Y K H S L
Decimal 111 0 155 0.28 1 0 0.39 282.97 1 0.3
Hex 6F 0 9B 1C 64 0 27 11B 64 1E
Octal 157 0 233 34 144 0 47 433 144 36
Binary 1101111 0 10011011 11100 1100100 0 100111 100011011 1100100 11110

Color Harmonies of #6F009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F009B

Black with #6F009B

Text Example


Text Example

White with #6F009B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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