Html Css Color HEX #6F006D Purple

📋 copy color: '#6F006D'

red 111 ◦ green 0 ◦ blue 109

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

Shades of Purple #6F006D

Tints of Purple #6F006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 49.55%

R = 50.45%
G = 0%
B = 49.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#6F006D (or 0x6F006D) is known color: Purple. HEX triplet: 6F, 00 and 6D. RGB value is (111,0,109). Sum of RGB (Red+Green+Blue) = 111+0+109=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F006D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F006D is #90FF92. Grayscale: #2D2D2D. Windows color (decimal): -9502611 or 7143535. OLE color: 7143535.

HSL color Cylindrical-coordinate representation of color #6F006D: hue angle of 301.08º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F006D is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 0 109 -
CMYK 0 1 0.02 0.56
HSL 301.08º 1% 0.22% -
HSV(B) 301.08º 1% 0.44% -
XYZ 9.32 4.48 14.84 -
YUV 45.62 163.77 174.64 -
System Red Green Blue C M Y K H S L
Decimal 111 0 109 0 1 0.02 0.56 301.08 1 0.22
Hex 6F 0 6D 0 64 2 38 12D 64 16
Octal 157 0 155 0 144 2 70 455 144 26
Binary 1101111 0 1101101 0 1100100 10 111000 100101101 1100100 10110

Color Harmonies of #6F006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F006D

Black with #6F006D

Text Example


Text Example

White with #6F006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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