Html Css Color HEX #6F026D Purple

📋 copy color: '#6F026D'

red 111 ◦ green 2 ◦ blue 109

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

Shades of Purple #6F026D

Tints of Purple #6F026D

RGB

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

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

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

R = 50%
G = 0.9%
B = 49.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#6F026D (or 0x6F026D) is known color: Purple. HEX triplet: 6F, 02 and 6D. RGB value is (111,2,109). Sum of RGB (Red+Green+Blue) = 111+2+109=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F026D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F026D is #90FD92. Grayscale: #2E2E2E. Windows color (decimal): -9502099 or 7144047. OLE color: 7144047.

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

Color convert

RGB 111 2 109 -
CMYK 0 0.98 0.02 0.56
HSL 301.1º 0.96% 0.22% -
HSV(B) 301.1º 0.98% 0.44% -
XYZ 9.34 4.53 14.85 -
YUV 46.79 163.11 173.8 -
System Red Green Blue C M Y K H S L
Decimal 111 2 109 0 0.98 0.02 0.56 301.1 0.96 0.22
Hex 6F 2 6D 0 62 2 38 12D 60 16
Octal 157 2 155 0 142 2 70 455 140 26
Binary 1101111 10 1101101 0 1100010 10 111000 100101101 1100000 10110

Color Harmonies of #6F026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F026D

Black with #6F026D

Text Example


Text Example

White with #6F026D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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