Html Css Color HEX #6C076E Purple

📋 copy color: '#6C076E'

red 108 ◦ green 7 ◦ blue 110

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

Shades of Purple #6C076E

Tints of Purple #6C076E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 48.89%

R = 48%
G = 3.11%
B = 48.89%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6C076E (or 0x6C076E) is known color: Purple. HEX triplet: 6C, 07 and 6E. RGB value is (108,7,110). Sum of RGB (Red+Green+Blue) = 108+7+110=225 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #6C076E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C076E is #93F891. Grayscale: #303030. Windows color (decimal): -9697426 or 7210860. OLE color: 7210860.

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

Color convert

RGB 108 7 110 -
CMYK 0.02 0.94 0 0.57
HSL 298.84º 0.88% 0.23% -
HSV(B) 298.84º 0.94% 0.43% -
XYZ 9.07 4.47 15.14 -
YUV 48.94 162.46 170.12 -
System Red Green Blue C M Y K H S L
Decimal 108 7 110 0.02 0.94 0 0.57 298.84 0.88 0.23
Hex 6C 7 6E 2 5E 0 39 12B 58 17
Octal 154 7 156 2 136 0 71 453 130 27
Binary 1101100 111 1101110 10 1011110 0 111001 100101011 1011000 10111

Color Harmonies of #6C076E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C076E

Black with #6C076E

Text Example


Text Example

White with #6C076E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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