Html Css Color HEX #6C1375 Purple

📋 copy color: '#6C1375'

red 108 ◦ green 19 ◦ blue 117

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

Shades of Purple #6C1375

Tints of Purple #6C1375

RGB

 RED value IS 108 (42.58% from 255) = 44.26%

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

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

R = 44.26%
G = 7.79%
B = 47.95%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6C1375 (or 0x6C1375) is known color: Purple. HEX triplet: 6C, 13 and 75. RGB value is (108,19,117). Sum of RGB (Red+Green+Blue) = 108+19+117=244 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.26% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 117 - color contains mainly: blue. Hex color #6C1375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1375 is #93EC8A. Grayscale: #383838. Windows color (decimal): -9694347 or 7672684. OLE color: 7672684.

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

Color convert

RGB 108 19 117 -
CMYK 0.08 0.84 0 0.54
HSL 294.49º 0.72% 0.27% -
HSV(B) 294.49º 0.84% 0.46% -
XYZ 9.63 4.94 17.28 -
YUV 56.78 161.99 164.53 -
System Red Green Blue C M Y K H S L
Decimal 108 19 117 0.08 0.84 0 0.54 294.49 0.72 0.27
Hex 6C 13 75 8 54 0 36 126 48 1B
Octal 154 23 165 10 124 0 66 446 110 33
Binary 1101100 10011 1110101 1000 1010100 0 110110 100100110 1001000 11011

Color Harmonies of #6C1375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1375

Black with #6C1375

Text Example


Text Example

White with #6C1375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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