Html Css Color HEX #6C1284 Purple

📋 copy color: '#6C1284'

red 108 ◦ green 18 ◦ blue 132

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

Shades of Purple #6C1284

Tints of Purple #6C1284

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.98%

 BLUE value IS 132 (51.95% from 255) = 51.16%

R = 41.86%
G = 6.98%
B = 51.16%

CMYK

 C value IS 0.18

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6C1284 (or 0x6C1284) is known color: Purple. HEX triplet: 6C, 12 and 84. RGB value is (108,18,132). Sum of RGB (Red+Green+Blue) = 108+18+132=258 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.86% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 132 (51.95% from 255 or 51.16% from 258); Max value from RGB is 132 - color contains mainly: blue. Hex color #6C1284 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C1284 is #93ED7B. Grayscale: #393939. Windows color (decimal): -9694588 or 8655468. OLE color: 8655468.

HSL color Cylindrical-coordinate representation of color #6C1284: hue angle of 287.37º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6C1284 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 108 18 132 -
CMYK 0.18 0.86 0 0.48
HSL 287.37º 0.76% 0.29% -
HSV(B) 287.37º 0.86% 0.52% -
XYZ 10.57 5.29 22.29 -
YUV 57.91 169.82 163.73 -
System Red Green Blue C M Y K H S L
Decimal 108 18 132 0.18 0.86 0 0.48 287.37 0.76 0.29
Hex 6C 12 84 12 56 0 30 11F 4C 1D
Octal 154 22 204 22 126 0 60 437 114 35
Binary 1101100 10010 10000100 10010 1010110 0 110000 100011111 1001100 11101

Color Harmonies of #6C1284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1284

Black with #6C1284

Text Example


Text Example

White with #6C1284

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,18,132); }

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

background-color css

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

 a { background-color: rgb(108,18,132); }

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

border-color css

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

 span { border-color: rgb(108,18,132); }

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