Html Css Color HEX #6C0474 Purple

📋 copy color: '#6C0474'

red 108 ◦ green 4 ◦ blue 116

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

Shades of Purple #6C0474

Tints of Purple #6C0474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 50.88%

R = 47.37%
G = 1.75%
B = 50.88%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6C0474 (or 0x6C0474) is known color: Purple. HEX triplet: 6C, 04 and 74. RGB value is (108,4,116). Sum of RGB (Red+Green+Blue) = 108+4+116=228 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.37% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 116 (45.70% from 255 or 50.88% from 228); Max value from RGB is 116 - color contains mainly: blue. Hex color #6C0474 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0474 is #93FB8B. Grayscale: #2F2F2F. Windows color (decimal): -9698188 or 7603308. OLE color: 7603308.

HSL color Cylindrical-coordinate representation of color #6C0474: hue angle of 295.71º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C0474 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 108 4 116 -
CMYK 0.07 0.97 0 0.55
HSL 295.71º 0.93% 0.24% -
HSV(B) 295.71º 0.97% 0.45% -
XYZ 9.38 4.54 16.9 -
YUV 47.86 166.46 170.89 -
System Red Green Blue C M Y K H S L
Decimal 108 4 116 0.07 0.97 0 0.55 295.71 0.93 0.24
Hex 6C 4 74 7 61 0 37 128 5D 18
Octal 154 4 164 7 141 0 67 450 135 30
Binary 1101100 100 1110100 111 1100001 0 110111 100101000 1011101 11000

Color Harmonies of #6C0474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0474

Black with #6C0474

Text Example


Text Example

White with #6C0474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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