Html Css Color HEX #6F0B6B Purple

📋 copy color: '#6F0B6B'

red 111 ◦ green 11 ◦ blue 107

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

Shades of Purple #6F0B6B

Tints of Purple #6F0B6B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.8%

 BLUE value IS 107 (42.19% from 255) = 46.72%

R = 48.47%
G = 4.8%
B = 46.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#6F0B6B (or 0x6F0B6B) is known color: Purple. HEX triplet: 6F, 0B and 6B. RGB value is (111,11,107). Sum of RGB (Red+Green+Blue) = 111+11+107=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 107 (42.19% from 255 or 46.72% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0B6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0B6B is #90F494. Grayscale: #333333. Windows color (decimal): -9499797 or 7015279. OLE color: 7015279.

HSL color Cylindrical-coordinate representation of color #6F0B6B: hue angle of 302.4º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F0B6B is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 11 107 -
CMYK 0 0.90 0.04 0.56
HSL 302.4º 0.82% 0.24% -
HSV(B) 302.4º 0.9% 0.44% -
XYZ 9.33 4.68 14.32 -
YUV 51.84 159.13 170.19 -
System Red Green Blue C M Y K H S L
Decimal 111 11 107 0 0.90 0.04 0.56 302.4 0.82 0.24
Hex 6F B 6B 0 5A 4 38 12E 52 18
Octal 157 13 153 0 132 4 70 456 122 30
Binary 1101111 1011 1101011 0 1011010 100 111000 100101110 1010010 11000

Color Harmonies of #6F0B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0B6B

Black with #6F0B6B

Text Example


Text Example

White with #6F0B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,11,107); }

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

background-color css

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

 a { background-color: rgb(111,11,107); }

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

border-color css

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

 span { border-color: rgb(111,11,107); }

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