Html Css Color HEX #6C0162 Purple

📋 copy color: '#6C0162'

red 108 ◦ green 1 ◦ blue 98

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

Shades of Purple #6C0162

Tints of Purple #6C0162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 47.34%

R = 52.17%
G = 0.48%
B = 47.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#6C0162 (or 0x6C0162) is known color: Purple. HEX triplet: 6C, 01 and 62. RGB value is (108,1,98). Sum of RGB (Red+Green+Blue) = 108+1+98=207 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.17% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 98 (38.67% from 255 or 47.34% from 207); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0162 is #93FE9D. Grayscale: #2B2B2B. Windows color (decimal): -9698974 or 6422892. OLE color: 6422892.

HSL color Cylindrical-coordinate representation of color #6C0162: hue angle of 305.61º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C0162 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 1 98 -
CMYK 0 0.99 0.09 0.58
HSL 305.61º 0.98% 0.21% -
HSV(B) 305.61º 0.99% 0.42% -
XYZ 8.4 4.09 11.9 -
YUV 44.05 158.45 173.61 -
System Red Green Blue C M Y K H S L
Decimal 108 1 98 0 0.99 0.09 0.58 305.61 0.98 0.21
Hex 6C 1 62 0 63 9 3A 132 62 15
Octal 154 1 142 0 143 11 72 462 142 25
Binary 1101100 1 1100010 0 1100011 1001 111010 100110010 1100010 10101

Color Harmonies of #6C0162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0162

Black with #6C0162

Text Example


Text Example

White with #6C0162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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