Html Css Color HEX #6F026E Purple

📋 copy color: '#6F026E'

red 111 ◦ green 2 ◦ blue 110

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

Shades of Purple #6F026E

Tints of Purple #6F026E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

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

R = 49.78%
G = 0.9%
B = 49.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#6F026E (or 0x6F026E) is known color: Purple. HEX triplet: 6F, 02 and 6E. RGB value is (111,2,110). Sum of RGB (Red+Green+Blue) = 111+2+110=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 110 (43.36% from 255 or 49.33% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F026E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F026E is #90FD91. Grayscale: #2E2E2E. Windows color (decimal): -9502098 or 7209583. OLE color: 7209583.

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

Color convert

RGB 111 2 110 -
CMYK 0 0.98 0.01 0.56
HSL 300.55º 0.96% 0.22% -
HSV(B) 300.55º 0.98% 0.44% -
XYZ 9.39 4.55 15.13 -
YUV 46.9 163.61 173.72 -
System Red Green Blue C M Y K H S L
Decimal 111 2 110 0 0.98 0.01 0.56 300.55 0.96 0.22
Hex 6F 2 6E 0 62 1 38 12D 60 16
Octal 157 2 156 0 142 1 70 455 140 26
Binary 1101111 10 1101110 0 1100010 1 111000 100101101 1100000 10110

Color Harmonies of #6F026E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F026E

Black with #6F026E

Text Example


Text Example

White with #6F026E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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