Html Css Color HEX #6C0466 Purple

📋 copy color: '#6C0466'

red 108 ◦ green 4 ◦ blue 102

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

Shades of Purple #6C0466

Tints of Purple #6C0466

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.87%

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

R = 50.47%
G = 1.87%
B = 47.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#6C0466 (or 0x6C0466) is known color: Purple. HEX triplet: 6C, 04 and 66. RGB value is (108,4,102). Sum of RGB (Red+Green+Blue) = 108+4+102=214 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.47% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0466 is #93FB99. Grayscale: #2D2D2D. Windows color (decimal): -9698202 or 6685804. OLE color: 6685804.

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

Color convert

RGB 108 4 102 -
CMYK 0 0.96 0.06 0.58
HSL 303.46º 0.93% 0.22% -
HSV(B) 303.46º 0.96% 0.42% -
XYZ 8.63 4.23 12.93 -
YUV 46.27 159.46 172.03 -
System Red Green Blue C M Y K H S L
Decimal 108 4 102 0 0.96 0.06 0.58 303.46 0.93 0.22
Hex 6C 4 66 0 60 6 3A 12F 5D 16
Octal 154 4 146 0 140 6 72 457 135 26
Binary 1101100 100 1100110 0 1100000 110 111010 100101111 1011101 10110

Color Harmonies of #6C0466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0466

Black with #6C0466

Text Example


Text Example

White with #6C0466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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