Html Css Color HEX #6C0261 Purple

📋 copy color: '#6C0261'

red 108 ◦ green 2 ◦ blue 97

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

Shades of Purple #6C0261

Tints of Purple #6C0261

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.97%

 BLUE value IS 97 (38.28% from 255) = 46.86%

R = 52.17%
G = 0.97%
B = 46.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#6C0261 (or 0x6C0261) is known color: Purple. HEX triplet: 6C, 02 and 61. RGB value is (108,2,97). Sum of RGB (Red+Green+Blue) = 108+2+97=207 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.17% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0261 is #93FD9E. Grayscale: #2C2C2C. Windows color (decimal): -9698719 or 6357612. OLE color: 6357612.

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

Color convert

RGB 108 2 97 -
CMYK 0 0.98 0.10 0.58
HSL 306.23º 0.96% 0.22% -
HSV(B) 306.23º 0.98% 0.42% -
XYZ 8.36 4.09 11.66 -
YUV 44.52 157.62 173.28 -
System Red Green Blue C M Y K H S L
Decimal 108 2 97 0 0.98 0.10 0.58 306.23 0.96 0.22
Hex 6C 2 61 0 62 A 3A 132 60 16
Octal 154 2 141 0 142 12 72 462 140 26
Binary 1101100 10 1100001 0 1100010 1010 111010 100110010 1100000 10110

Color Harmonies of #6C0261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0261

Black with #6C0261

Text Example


Text Example

White with #6C0261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,2,97); }

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

background-color css

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

 a { background-color: rgb(108,2,97); }

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

border-color css

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

 span { border-color: rgb(108,2,97); }

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