Html Css Color HEX #6F0C6E Purple

📋 copy color: '#6F0C6E'

red 111 ◦ green 12 ◦ blue 110

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

Shades of Purple #6F0C6E

Tints of Purple #6F0C6E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.15%

 BLUE value IS 110 (43.36% from 255) = 47.21%

R = 47.64%
G = 5.15%
B = 47.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#6F0C6E (or 0x6F0C6E) is known color: Purple. HEX triplet: 6F, 0C and 6E. RGB value is (111,12,110). Sum of RGB (Red+Green+Blue) = 111+12+110=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 110 (43.36% from 255 or 47.21% from 233); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0C6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0C6E is #90F391. Grayscale: #343434. Windows color (decimal): -9499538 or 7212143. OLE color: 7212143.

HSL color Cylindrical-coordinate representation of color #6F0C6E: hue angle of 300.61º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F0C6E is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 12 110 -
CMYK 0 0.89 0.01 0.56
HSL 300.61º 0.8% 0.24% -
HSV(B) 300.61º 0.89% 0.44% -
XYZ 9.5 4.77 15.17 -
YUV 52.77 160.3 169.53 -
System Red Green Blue C M Y K H S L
Decimal 111 12 110 0 0.89 0.01 0.56 300.61 0.8 0.24
Hex 6F C 6E 0 59 1 38 12D 50 18
Octal 157 14 156 0 131 1 70 455 120 30
Binary 1101111 1100 1101110 0 1011001 1 111000 100101101 1010000 11000

Color Harmonies of #6F0C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0C6E

Black with #6F0C6E

Text Example


Text Example

White with #6F0C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,12,110); }

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

background-color css

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

 a { background-color: rgb(111,12,110); }

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

border-color css

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

 span { border-color: rgb(111,12,110); }

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