Html Css Color HEX #6D1375 Purple

📋 copy color: '#6D1375'

red 109 ◦ green 19 ◦ blue 117

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

Shades of Purple #6D1375

Tints of Purple #6D1375

RGB

 RED value IS 109 (42.97% from 255) = 44.49%

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

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

R = 44.49%
G = 7.76%
B = 47.76%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6D1375 (or 0x6D1375) is known color: Purple. HEX triplet: 6D, 13 and 75. RGB value is (109,19,117). Sum of RGB (Red+Green+Blue) = 109+19+117=245 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.49% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #6D1375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1375 is #92EC8A. Grayscale: #383838. Windows color (decimal): -9628811 or 7672685. OLE color: 7672685.

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

Color convert

RGB 109 19 117 -
CMYK 0.07 0.84 0 0.54
HSL 295.1º 0.72% 0.27% -
HSV(B) 295.1º 0.84% 0.46% -
XYZ 9.75 5 17.28 -
YUV 57.08 161.82 165.03 -
System Red Green Blue C M Y K H S L
Decimal 109 19 117 0.07 0.84 0 0.54 295.1 0.72 0.27
Hex 6D 13 75 7 54 0 36 127 48 1B
Octal 155 23 165 7 124 0 66 447 110 33
Binary 1101101 10011 1110101 111 1010100 0 110110 100100111 1001000 11011

Color Harmonies of #6D1375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1375

Black with #6D1375

Text Example


Text Example

White with #6D1375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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