Html Css Color HEX #6F036A Purple

📋 copy color: '#6F036A'

red 111 ◦ green 3 ◦ blue 106

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

Shades of Purple #6F036A

Tints of Purple #6F036A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 48.18%

R = 50.45%
G = 1.36%
B = 48.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#6F036A (or 0x6F036A) is known color: Purple. HEX triplet: 6F, 03 and 6A. RGB value is (111,3,106). Sum of RGB (Red+Green+Blue) = 111+3+106=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 106 (41.80% from 255 or 48.18% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F036A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F036A is #90FC95. Grayscale: #2E2E2E. Windows color (decimal): -9501846 or 6947695. OLE color: 6947695.

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

Color convert

RGB 111 3 106 -
CMYK 0 0.97 0.05 0.56
HSL 302.78º 0.95% 0.22% -
HSV(B) 302.78º 0.97% 0.44% -
XYZ 9.19 4.49 14.02 -
YUV 47.03 161.28 173.62 -
System Red Green Blue C M Y K H S L
Decimal 111 3 106 0 0.97 0.05 0.56 302.78 0.95 0.22
Hex 6F 3 6A 0 61 5 38 12F 5F 16
Octal 157 3 152 0 141 5 70 457 137 26
Binary 1101111 11 1101010 0 1100001 101 111000 100101111 1011111 10110

Color Harmonies of #6F036A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F036A

Black with #6F036A

Text Example


Text Example

White with #6F036A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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