Html Css Color HEX #6C0379 Purple

📋 copy color: '#6C0379'

red 108 ◦ green 3 ◦ blue 121

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

Shades of Purple #6C0379

Tints of Purple #6C0379

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.29%

 BLUE value IS 121 (47.66% from 255) = 52.16%

R = 46.55%
G = 1.29%
B = 52.16%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6C0379 (or 0x6C0379) is known color: Purple. HEX triplet: 6C, 03 and 79. RGB value is (108,3,121). Sum of RGB (Red+Green+Blue) = 108+3+121=232 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.55% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 121 (47.66% from 255 or 52.16% from 232); Max value from RGB is 121 - color contains mainly: blue. Hex color #6C0379 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0379 is #93FC86. Grayscale: #2F2F2F. Windows color (decimal): -9698439 or 7930732. OLE color: 7930732.

HSL color Cylindrical-coordinate representation of color #6C0379: hue angle of 293.39º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C0379 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 108 3 121 -
CMYK 0.11 0.98 0 0.53
HSL 293.39º 0.95% 0.24% -
HSV(B) 293.39º 0.98% 0.47% -
XYZ 9.67 4.63 18.47 -
YUV 47.85 169.29 170.91 -
System Red Green Blue C M Y K H S L
Decimal 108 3 121 0.11 0.98 0 0.53 293.39 0.95 0.24
Hex 6C 3 79 B 62 0 35 125 5F 18
Octal 154 3 171 13 142 0 65 445 137 30
Binary 1101100 11 1111001 1011 1100010 0 110101 100100101 1011111 11000

Color Harmonies of #6C0379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0379

Black with #6C0379

Text Example


Text Example

White with #6C0379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,3,121); }

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

background-color css

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

 a { background-color: rgb(108,3,121); }

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

border-color css

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

 span { border-color: rgb(108,3,121); }

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