Html Css Color HEX #6C3A63 Palatinate Purple

📋 copy color: '#6C3A63'

red 108 ◦ green 58 ◦ blue 99

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

Shades of Palatinate Purple #6C3A63

Tints of Palatinate Purple #6C3A63

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.89%

 BLUE value IS 99 (39.06% from 255) = 37.36%

R = 40.75%
G = 21.89%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#6C3A63 (or 0x6C3A63) is known color: Palatinate Purple. HEX triplet: 6C, 3A and 63. RGB value is (108,58,99). Sum of RGB (Red+Green+Blue) = 108+58+99=265 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.75% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3A63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3A63 is #93C59C. Grayscale: #4D4D4D. Windows color (decimal): -9684381 or 6503020. OLE color: 6503020.

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

Color convert

RGB 108 58 99 -
CMYK 0 0.46 0.08 0.58
HSL 310.8º 0.3% 0.33% -
HSV(B) 310.8º 0.46% 0.42% -
XYZ 9.95 7.12 12.65 -
YUV 77.62 140.07 149.67 -
System Red Green Blue C M Y K H S L
Decimal 108 58 99 0 0.46 0.08 0.58 310.8 0.3 0.33
Hex 6C 3A 63 0 2E 8 3A 137 1E 21
Octal 154 72 143 0 56 10 72 467 36 41
Binary 1101100 111010 1100011 0 101110 1000 111010 100110111 11110 100001

Color Harmonies of #6C3A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3A63

Black with #6C3A63

Text Example


Text Example

White with #6C3A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,58,99); }

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

background-color css

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

 a { background-color: rgb(108,58,99); }

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

border-color css

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

 span { border-color: rgb(108,58,99); }

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