Html Css Color HEX #6C017A Purple

📋 copy color: '#6C017A'

red 108 ◦ green 1 ◦ blue 122

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

Shades of Purple #6C017A

Tints of Purple #6C017A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 52.81%

R = 46.75%
G = 0.43%
B = 52.81%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6C017A (or 0x6C017A) is known color: Purple. HEX triplet: 6C, 01 and 7A. RGB value is (108,1,122). Sum of RGB (Red+Green+Blue) = 108+1+122=231 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.75% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 122 (48.05% from 255 or 52.81% from 231); Max value from RGB is 122 - color contains mainly: blue. Hex color #6C017A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C017A is #93FE85. Grayscale: #2E2E2E. Windows color (decimal): -9698950 or 7995756. OLE color: 7995756.

HSL color Cylindrical-coordinate representation of color #6C017A: hue angle of 293.06º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C017A is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 108 1 122 -
CMYK 0.11 0.99 0 0.52
HSL 293.06º 0.98% 0.24% -
HSV(B) 293.06º 0.99% 0.48% -
XYZ 9.71 4.61 18.79 -
YUV 46.79 170.45 171.66 -
System Red Green Blue C M Y K H S L
Decimal 108 1 122 0.11 0.99 0 0.52 293.06 0.98 0.24
Hex 6C 1 7A B 63 0 34 125 62 18
Octal 154 1 172 13 143 0 64 445 142 30
Binary 1101100 1 1111010 1011 1100011 0 110100 100100101 1100010 11000

Color Harmonies of #6C017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C017A

Black with #6C017A

Text Example


Text Example

White with #6C017A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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