Html Css Color HEX #6C0465 Purple

📋 copy color: '#6C0465'

red 108 ◦ green 4 ◦ blue 101

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

Shades of Purple #6C0465

Tints of Purple #6C0465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 47.42%

R = 50.7%
G = 1.88%
B = 47.42%

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

#6C0465 (or 0x6C0465) is known color: Purple. HEX triplet: 6C, 04 and 65. RGB value is (108,4,101). Sum of RGB (Red+Green+Blue) = 108+4+101=213 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.70% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 101 (39.84% from 255 or 47.42% from 213); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0465 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0465 is #93FB9A. Grayscale: #2D2D2D. Windows color (decimal): -9698203 or 6620268. OLE color: 6620268.

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

Color convert

RGB 108 4 101 -
CMYK 0 0.96 0.06 0.58
HSL 304.04º 0.93% 0.22% -
HSV(B) 304.04º 0.96% 0.42% -
XYZ 8.58 4.21 12.67 -
YUV 46.15 158.96 172.11 -
System Red Green Blue C M Y K H S L
Decimal 108 4 101 0 0.96 0.06 0.58 304.04 0.93 0.22
Hex 6C 4 65 0 60 6 3A 130 5D 16
Octal 154 4 145 0 140 6 72 460 135 26
Binary 1101100 100 1100101 0 1100000 110 111010 100110000 1011101 10110

Color Harmonies of #6C0465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0465

Black with #6C0465

Text Example


Text Example

White with #6C0465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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