Html Css Color HEX #6C075F Palatinate Purple

📋 copy color: '#6C075F'

red 108 ◦ green 7 ◦ blue 95

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

Shades of Palatinate Purple #6C075F

Tints of Palatinate Purple #6C075F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.33%

 BLUE value IS 95 (37.5% from 255) = 45.24%

R = 51.43%
G = 3.33%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6C075F (or 0x6C075F) is known color: Palatinate Purple. HEX triplet: 6C, 07 and 5F. RGB value is (108,7,95). Sum of RGB (Red+Green+Blue) = 108+7+95=210 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.43% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 108 - color contains mainly: red. Hex color #6C075F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C075F is #93F8A0. Grayscale: #2E2E2E. Windows color (decimal): -9697441 or 6227820. OLE color: 6227820.

HSL color Cylindrical-coordinate representation of color #6C075F: hue angle of 307.72º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C075F is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 7 95 -
CMYK 0 0.94 0.12 0.58
HSL 307.72º 0.88% 0.23% -
HSV(B) 307.72º 0.94% 0.42% -
XYZ 8.33 4.17 11.19 -
YUV 47.23 154.96 171.34 -
System Red Green Blue C M Y K H S L
Decimal 108 7 95 0 0.94 0.12 0.58 307.72 0.88 0.23
Hex 6C 7 5F 0 5E C 3A 134 58 17
Octal 154 7 137 0 136 14 72 464 130 27
Binary 1101100 111 1011111 0 1011110 1100 111010 100110100 1011000 10111

Color Harmonies of #6C075F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C075F

Black with #6C075F

Text Example


Text Example

White with #6C075F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,7,95); }

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

background-color css

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

 a { background-color: rgb(108,7,95); }

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

border-color css

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

 span { border-color: rgb(108,7,95); }

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