Html Css Color HEX #6C0366 Purple

📋 copy color: '#6C0366'

red 108 ◦ green 3 ◦ blue 102

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

Shades of Purple #6C0366

Tints of Purple #6C0366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 47.89%

R = 50.7%
G = 1.41%
B = 47.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#6C0366 (or 0x6C0366) is known color: Purple. HEX triplet: 6C, 03 and 66. RGB value is (108,3,102). Sum of RGB (Red+Green+Blue) = 108+3+102=213 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.70% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0366 is #93FC99. Grayscale: #2D2D2D. Windows color (decimal): -9698458 or 6685548. OLE color: 6685548.

HSL color Cylindrical-coordinate representation of color #6C0366: hue angle of 303.43º 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 #6C0366 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 3 102 -
CMYK 0 0.97 0.06 0.58
HSL 303.43º 0.95% 0.22% -
HSV(B) 303.43º 0.97% 0.42% -
XYZ 8.62 4.21 12.93 -
YUV 45.68 159.79 172.45 -
System Red Green Blue C M Y K H S L
Decimal 108 3 102 0 0.97 0.06 0.58 303.43 0.95 0.22
Hex 6C 3 66 0 61 6 3A 12F 5F 16
Octal 154 3 146 0 141 6 72 457 137 26
Binary 1101100 11 1100110 0 1100001 110 111010 100101111 1011111 10110

Color Harmonies of #6C0366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0366

Black with #6C0366

Text Example


Text Example

White with #6C0366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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