Html Css Color HEX #6C2E5A Palatinate Purple

📋 copy color: '#6C2E5A'

red 108 ◦ green 46 ◦ blue 90

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

Shades of Palatinate Purple #6C2E5A

Tints of Palatinate Purple #6C2E5A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.85%

 BLUE value IS 90 (35.55% from 255) = 36.89%

R = 44.26%
G = 18.85%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.58

RGB Variations

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

Color information

#6C2E5A (or 0x6C2E5A) is known color: Palatinate Purple. HEX triplet: 6C, 2E and 5A. RGB value is (108,46,90). Sum of RGB (Red+Green+Blue) = 108+46+90=244 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.26% from 244); Green value is 46 (18.36% from 255 or 18.85% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2E5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2E5A is #93D1A5. Grayscale: #454545. Windows color (decimal): -9687462 or 5910124. OLE color: 5910124.

HSL color Cylindrical-coordinate representation of color #6C2E5A: hue angle of 317.42º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C2E5A is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 46 90 -
CMYK 0 0.57 0.17 0.58
HSL 317.42º 0.4% 0.3% -
HSV(B) 317.42º 0.57% 0.42% -
XYZ 9.01 5.88 10.33 -
YUV 69.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 108 46 90 0 0.57 0.17 0.58 317.42 0.4 0.3
Hex 6C 2E 5A 0 39 11 3A 13D 28 1E
Octal 154 56 132 0 71 21 72 475 50 36
Binary 1101100 101110 1011010 0 111001 10001 111010 100111101 101000 11110

Color Harmonies of #6C2E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2E5A

Black with #6C2E5A

Text Example


Text Example

White with #6C2E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,46,90); }

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

background-color css

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

 a { background-color: rgb(108,46,90); }

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

border-color css

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

 span { border-color: rgb(108,46,90); }

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