Html Css Color HEX #6C0F95 Purple

📋 copy color: '#6C0F95'

red 108 ◦ green 15 ◦ blue 149

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

Shades of Purple #6C0F95

Tints of Purple #6C0F95

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.51%

 BLUE value IS 149 (58.59% from 255) = 54.78%

R = 39.71%
G = 5.51%
B = 54.78%

CMYK

 C value IS 0.28

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6C0F95 (or 0x6C0F95) is known color: Purple. HEX triplet: 6C, 0F and 95. RGB value is (108,15,149). Sum of RGB (Red+Green+Blue) = 108+15+149=272 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.71% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 149 (58.59% from 255 or 54.78% from 272); Max value from RGB is 149 - color contains mainly: blue. Hex color #6C0F95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0F95 is #93F06A. Grayscale: #393939. Windows color (decimal): -9695339 or 9768812. OLE color: 9768812.

HSL color Cylindrical-coordinate representation of color #6C0F95: hue angle of 281.64º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C0F95 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 108 15 149 -
CMYK 0.28 0.90 0 0.42
HSL 281.64º 0.82% 0.32% -
HSV(B) 281.64º 0.9% 0.58% -
XYZ 11.78 5.7 28.91 -
YUV 58.08 179.31 163.6 -
System Red Green Blue C M Y K H S L
Decimal 108 15 149 0.28 0.90 0 0.42 281.64 0.82 0.32
Hex 6C F 95 1C 5A 0 2A 11A 52 20
Octal 154 17 225 34 132 0 52 432 122 40
Binary 1101100 1111 10010101 11100 1011010 0 101010 100011010 1010010 100000

Color Harmonies of #6C0F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0F95

Black with #6C0F95

Text Example


Text Example

White with #6C0F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,15,149); }

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

background-color css

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

 a { background-color: rgb(108,15,149); }

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

border-color css

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

 span { border-color: rgb(108,15,149); }

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