Html Css Color HEX #6F036D Purple

📋 copy color: '#6F036D'

red 111 ◦ green 3 ◦ blue 109

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

Shades of Purple #6F036D

Tints of Purple #6F036D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.35%

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

R = 49.78%
G = 1.35%
B = 48.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#6F036D (or 0x6F036D) is known color: Purple. HEX triplet: 6F, 03 and 6D. RGB value is (111,3,109). Sum of RGB (Red+Green+Blue) = 111+3+109=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F036D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F036D is #90FC92. Grayscale: #2F2F2F. Windows color (decimal): -9501843 or 7144303. OLE color: 7144303.

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

Color convert

RGB 111 3 109 -
CMYK 0 0.97 0.02 0.56
HSL 301.11º 0.95% 0.22% -
HSV(B) 301.11º 0.97% 0.44% -
XYZ 9.35 4.55 14.85 -
YUV 47.38 162.78 173.38 -
System Red Green Blue C M Y K H S L
Decimal 111 3 109 0 0.97 0.02 0.56 301.11 0.95 0.22
Hex 6F 3 6D 0 61 2 38 12D 5F 16
Octal 157 3 155 0 141 2 70 455 137 26
Binary 1101111 11 1101101 0 1100001 10 111000 100101101 1011111 10110

Color Harmonies of #6F036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F036D

Black with #6F036D

Text Example


Text Example

White with #6F036D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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