Html Css Color HEX #6C0E94 Purple

📋 copy color: '#6C0E94'

red 108 ◦ green 14 ◦ blue 148

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

Shades of Purple #6C0E94

Tints of Purple #6C0E94

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.19%

 BLUE value IS 148 (58.2% from 255) = 54.81%

R = 40%
G = 5.19%
B = 54.81%

CMYK

 C value IS 0.27

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6C0E94 (or 0x6C0E94) is known color: Purple. HEX triplet: 6C, 0E and 94. RGB value is (108,14,148). Sum of RGB (Red+Green+Blue) = 108+14+148=270 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 148 (58.20% from 255 or 54.81% from 270); Max value from RGB is 148 - color contains mainly: blue. Hex color #6C0E94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0E94 is #93F16B. Grayscale: #383838. Windows color (decimal): -9695596 or 9703020. OLE color: 9703020.

HSL color Cylindrical-coordinate representation of color #6C0E94: hue angle of 282.09º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6C0E94 is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 108 14 148 -
CMYK 0.27 0.91 0 0.42
HSL 282.09º 0.83% 0.32% -
HSV(B) 282.09º 0.91% 0.58% -
XYZ 11.69 5.64 28.49 -
YUV 57.38 179.14 164.1 -
System Red Green Blue C M Y K H S L
Decimal 108 14 148 0.27 0.91 0 0.42 282.09 0.83 0.32
Hex 6C E 94 1B 5B 0 2A 11A 53 20
Octal 154 16 224 33 133 0 52 432 123 40
Binary 1101100 1110 10010100 11011 1011011 0 101010 100011010 1010011 100000

Color Harmonies of #6C0E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0E94

Black with #6C0E94

Text Example


Text Example

White with #6C0E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,14,148); }

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

background-color css

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

 a { background-color: rgb(108,14,148); }

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

border-color css

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

 span { border-color: rgb(108,14,148); }

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