Html Css Color HEX #6C2368 Palatinate Purple

📋 copy color: '#6C2368'

red 108 ◦ green 35 ◦ blue 104

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

Shades of Palatinate Purple #6C2368

Tints of Palatinate Purple #6C2368

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.17%

 BLUE value IS 104 (41.02% from 255) = 42.11%

R = 43.72%
G = 14.17%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#6C2368 (or 0x6C2368) is known color: Palatinate Purple. HEX triplet: 6C, 23 and 68. RGB value is (108,35,104). Sum of RGB (Red+Green+Blue) = 108+35+104=247 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.72% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 104 (41.02% from 255 or 42.11% from 247); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2368 is #93DC97. Grayscale: #404040. Windows color (decimal): -9690264 or 6824812. OLE color: 6824812.

HSL color Cylindrical-coordinate representation of color #6C2368: hue angle of 303.29º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6C2368 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 35 104 -
CMYK 0 0.68 0.04 0.58
HSL 303.29º 0.51% 0.28% -
HSV(B) 303.29º 0.68% 0.42% -
XYZ 9.28 5.39 13.65 -
YUV 64.69 150.18 158.89 -
System Red Green Blue C M Y K H S L
Decimal 108 35 104 0 0.68 0.04 0.58 303.29 0.51 0.28
Hex 6C 23 68 0 44 4 3A 12F 33 1C
Octal 154 43 150 0 104 4 72 457 63 34
Binary 1101100 100011 1101000 0 1000100 100 111010 100101111 110011 11100

Color Harmonies of #6C2368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2368

Black with #6C2368

Text Example


Text Example

White with #6C2368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,35,104); }

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

background-color css

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

 a { background-color: rgb(108,35,104); }

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

border-color css

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

 span { border-color: rgb(108,35,104); }

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