Html Css Color HEX #6F056C Purple

📋 copy color: '#6F056C'

red 111 ◦ green 5 ◦ blue 108

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

Shades of Purple #6F056C

Tints of Purple #6F056C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.23%

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

R = 49.55%
G = 2.23%
B = 48.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#6F056C (or 0x6F056C) is known color: Purple. HEX triplet: 6F, 05 and 6C. RGB value is (111,5,108). Sum of RGB (Red+Green+Blue) = 111+5+108=224 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.55% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 111 - color contains mainly: red. Hex color #6F056C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F056C is #90FA93. Grayscale: #303030. Windows color (decimal): -9501332 or 7079279. OLE color: 7079279.

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

Color convert

RGB 111 5 108 -
CMYK 0 0.95 0.03 0.56
HSL 301.7º 0.91% 0.23% -
HSV(B) 301.7º 0.95% 0.44% -
XYZ 9.32 4.57 14.58 -
YUV 48.44 161.62 172.62 -
System Red Green Blue C M Y K H S L
Decimal 111 5 108 0 0.95 0.03 0.56 301.7 0.91 0.23
Hex 6F 5 6C 0 5F 3 38 12E 5B 17
Octal 157 5 154 0 137 3 70 456 133 27
Binary 1101111 101 1101100 0 1011111 11 111000 100101110 1011011 10111

Color Harmonies of #6F056C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F056C

Black with #6F056C

Text Example


Text Example

White with #6F056C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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