Html Css Color HEX #6C1B61 Palatinate Purple

📋 copy color: '#6C1B61'

red 108 ◦ green 27 ◦ blue 97

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

Shades of Palatinate Purple #6C1B61

Tints of Palatinate Purple #6C1B61

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.64%

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

R = 46.55%
G = 11.64%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#6C1B61 (or 0x6C1B61) is known color: Palatinate Purple. HEX triplet: 6C, 1B and 61. RGB value is (108,27,97). Sum of RGB (Red+Green+Blue) = 108+27+97=232 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.55% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C1B61 is #93E49E. Grayscale: #3B3B3B. Windows color (decimal): -9692319 or 6364012. OLE color: 6364012.

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

Color convert

RGB 108 27 97 -
CMYK 0 0.75 0.10 0.58
HSL 308.15º 0.6% 0.26% -
HSV(B) 308.15º 0.75% 0.42% -
XYZ 8.73 4.84 11.78 -
YUV 59.2 149.34 162.81 -
System Red Green Blue C M Y K H S L
Decimal 108 27 97 0 0.75 0.10 0.58 308.15 0.6 0.26
Hex 6C 1B 61 0 4B A 3A 134 3C 1A
Octal 154 33 141 0 113 12 72 464 74 32
Binary 1101100 11011 1100001 0 1001011 1010 111010 100110100 111100 11010

Color Harmonies of #6C1B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1B61

Black with #6C1B61

Text Example


Text Example

White with #6C1B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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