Html Css Color HEX #6F036C Purple

📋 copy color: '#6F036C'

red 111 ◦ green 3 ◦ blue 108

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

Shades of Purple #6F036C

Tints of Purple #6F036C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 48.65%

R = 50%
G = 1.35%
B = 48.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#6F036C (or 0x6F036C) is known color: Purple. HEX triplet: 6F, 03 and 6C. RGB value is (111,3,108). Sum of RGB (Red+Green+Blue) = 111+3+108=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F036C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F036C is #90FC93. Grayscale: #2E2E2E. Windows color (decimal): -9501844 or 7078767. OLE color: 7078767.

HSL color Cylindrical-coordinate representation of color #6F036C: hue angle of 301.67º 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 #6F036C is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 3 108 -
CMYK 0 0.97 0.03 0.56
HSL 301.67º 0.95% 0.22% -
HSV(B) 301.67º 0.97% 0.44% -
XYZ 9.29 4.53 14.57 -
YUV 47.26 162.28 173.46 -
System Red Green Blue C M Y K H S L
Decimal 111 3 108 0 0.97 0.03 0.56 301.67 0.95 0.22
Hex 6F 3 6C 0 61 3 38 12E 5F 16
Octal 157 3 154 0 141 3 70 456 137 26
Binary 1101111 11 1101100 0 1100001 11 111000 100101110 1011111 10110

Color Harmonies of #6F036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F036C

Black with #6F036C

Text Example


Text Example

White with #6F036C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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