Html Css Color HEX #6E1375 Purple

📋 copy color: '#6E1375'

red 110 ◦ green 19 ◦ blue 117

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

Shades of Purple #6E1375

Tints of Purple #6E1375

RGB

 RED value IS 110 (43.36% from 255) = 44.72%

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

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

R = 44.72%
G = 7.72%
B = 47.56%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6E1375 (or 0x6E1375) is known color: Purple. HEX triplet: 6E, 13 and 75. RGB value is (110,19,117). Sum of RGB (Red+Green+Blue) = 110+19+117=246 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.72% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #6E1375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1375 is #91EC8A. Grayscale: #393939. Windows color (decimal): -9563275 or 7672686. OLE color: 7672686.

HSL color Cylindrical-coordinate representation of color #6E1375: hue angle of 295.71º 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 #6E1375 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 110 19 117 -
CMYK 0.06 0.84 0 0.54
HSL 295.71º 0.72% 0.27% -
HSV(B) 295.71º 0.84% 0.46% -
XYZ 9.87 5.07 17.29 -
YUV 57.38 161.65 165.53 -
System Red Green Blue C M Y K H S L
Decimal 110 19 117 0.06 0.84 0 0.54 295.71 0.72 0.27
Hex 6E 13 75 6 54 0 36 128 48 1B
Octal 156 23 165 6 124 0 66 450 110 33
Binary 1101110 10011 1110101 110 1010100 0 110110 100101000 1001000 11011

Color Harmonies of #6E1375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1375

Black with #6E1375

Text Example


Text Example

White with #6E1375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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