Html Css Color HEX #6C018A Purple

📋 copy color: '#6C018A'

red 108 ◦ green 1 ◦ blue 138

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

Shades of Purple #6C018A

Tints of Purple #6C018A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 138 (54.3% from 255) = 55.87%

R = 43.72%
G = 0.4%
B = 55.87%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6C018A (or 0x6C018A) is known color: Purple. HEX triplet: 6C, 01 and 8A. RGB value is (108,1,138). Sum of RGB (Red+Green+Blue) = 108+1+138=247 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.72% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 138 (54.30% from 255 or 55.87% from 247); Max value from RGB is 138 - color contains mainly: blue. Hex color #6C018A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C018A is #93FE75. Grayscale: #303030. Windows color (decimal): -9698934 or 9044332. OLE color: 9044332.

HSL color Cylindrical-coordinate representation of color #6C018A: hue angle of 286.86º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C018A is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 108 1 138 -
CMYK 0.22 0.99 0 0.46
HSL 286.86º 0.99% 0.27% -
HSV(B) 286.86º 0.99% 0.54% -
XYZ 10.78 5.04 24.45 -
YUV 48.61 178.45 170.36 -
System Red Green Blue C M Y K H S L
Decimal 108 1 138 0.22 0.99 0 0.46 286.86 0.99 0.27
Hex 6C 1 8A 16 63 0 2E 11F 63 1B
Octal 154 1 212 26 143 0 56 437 143 33
Binary 1101100 1 10001010 10110 1100011 0 101110 100011111 1100011 11011

Color Harmonies of #6C018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C018A

Black with #6C018A

Text Example


Text Example

White with #6C018A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,1,138); }

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

background-color css

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

 a { background-color: rgb(108,1,138); }

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

border-color css

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

 span { border-color: rgb(108,1,138); }

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