Html Css Color HEX #6F1277 Purple

📋 copy color: '#6F1277'

red 111 ◦ green 18 ◦ blue 119

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

Shades of Purple #6F1277

Tints of Purple #6F1277

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.26%

 BLUE value IS 119 (46.88% from 255) = 47.98%

R = 44.76%
G = 7.26%
B = 47.98%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6F1277 (or 0x6F1277) is known color: Purple. HEX triplet: 6F, 12 and 77. RGB value is (111,18,119). Sum of RGB (Red+Green+Blue) = 111+18+119=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 119 (46.88% from 255 or 47.98% from 248); Max value from RGB is 119 - color contains mainly: blue. Hex color #6F1277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1277 is #90ED88. Grayscale: #393939. Windows color (decimal): -9497993 or 7803503. OLE color: 7803503.

HSL color Cylindrical-coordinate representation of color #6F1277: hue angle of 295.25º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F1277 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 111 18 119 -
CMYK 0.07 0.85 0 0.53
HSL 295.25º 0.74% 0.27% -
HSV(B) 295.25º 0.85% 0.47% -
XYZ 10.1 5.14 17.91 -
YUV 57.32 162.81 166.29 -
System Red Green Blue C M Y K H S L
Decimal 111 18 119 0.07 0.85 0 0.53 295.25 0.74 0.27
Hex 6F 12 77 7 55 0 35 127 4A 1B
Octal 157 22 167 7 125 0 65 447 112 33
Binary 1101111 10010 1110111 111 1010101 0 110101 100100111 1001010 11011

Color Harmonies of #6F1277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1277

Black with #6F1277

Text Example


Text Example

White with #6F1277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,18,119); }

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

background-color css

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

 a { background-color: rgb(111,18,119); }

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

border-color css

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

 span { border-color: rgb(111,18,119); }

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