Html Css Color HEX #6C0368 Purple

📋 copy color: '#6C0368'

red 108 ◦ green 3 ◦ blue 104

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

Shades of Purple #6C0368

Tints of Purple #6C0368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 48.37%

R = 50.23%
G = 1.4%
B = 48.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#6C0368 (or 0x6C0368) is known color: Purple. HEX triplet: 6C, 03 and 68. RGB value is (108,3,104). Sum of RGB (Red+Green+Blue) = 108+3+104=215 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.23% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0368 is #93FC97. Grayscale: #2D2D2D. Windows color (decimal): -9698456 or 6816620. OLE color: 6816620.

HSL color Cylindrical-coordinate representation of color #6C0368: hue angle of 302.29º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C0368 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 3 104 -
CMYK 0 0.97 0.04 0.58
HSL 302.29º 0.95% 0.22% -
HSV(B) 302.29º 0.97% 0.42% -
XYZ 8.72 4.25 13.46 -
YUV 45.91 160.79 172.29 -
System Red Green Blue C M Y K H S L
Decimal 108 3 104 0 0.97 0.04 0.58 302.29 0.95 0.22
Hex 6C 3 68 0 61 4 3A 12E 5F 16
Octal 154 3 150 0 141 4 72 456 137 26
Binary 1101100 11 1101000 0 1100001 100 111010 100101110 1011111 10110

Color Harmonies of #6C0368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0368

Black with #6C0368

Text Example


Text Example

White with #6C0368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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