Html Css Color HEX #6F1375 Purple

📋 copy color: '#6F1375'

red 111 ◦ green 19 ◦ blue 117

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

Shades of Purple #6F1375

Tints of Purple #6F1375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.69%

 BLUE value IS 117 (46.09% from 255) = 47.37%

R = 44.94%
G = 7.69%
B = 47.37%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6F1375 (or 0x6F1375) is known color: Purple. HEX triplet: 6F, 13 and 75. RGB value is (111,19,117). Sum of RGB (Red+Green+Blue) = 111+19+117=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #6F1375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1375 is #90EC8A. Grayscale: #393939. Windows color (decimal): -9497739 or 7672687. OLE color: 7672687.

HSL color Cylindrical-coordinate representation of color #6F1375: hue angle of 296.33º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F1375 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 111 19 117 -
CMYK 0.05 0.84 0 0.54
HSL 296.33º 0.72% 0.27% -
HSV(B) 296.33º 0.84% 0.46% -
XYZ 10 5.13 17.29 -
YUV 57.68 161.48 166.03 -
System Red Green Blue C M Y K H S L
Decimal 111 19 117 0.05 0.84 0 0.54 296.33 0.72 0.27
Hex 6F 13 75 5 54 0 36 128 48 1B
Octal 157 23 165 5 124 0 66 450 110 33
Binary 1101111 10011 1110101 101 1010100 0 110110 100101000 1001000 11011

Color Harmonies of #6F1375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1375

Black with #6F1375

Text Example


Text Example

White with #6F1375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,19,117); }

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

background-color css

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

 a { background-color: rgb(111,19,117); }

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

border-color css

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

 span { border-color: rgb(111,19,117); }

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