Html Css Color HEX #6D3463 Palatinate Purple

📋 copy color: '#6D3463'

red 109 ◦ green 52 ◦ blue 99

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

Shades of Palatinate Purple #6D3463

Tints of Palatinate Purple #6D3463

RGB

 RED value IS 109 (42.97% from 255) = 41.92%

 GREEN value IS 52 (20.7% from 255) = 20%

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

R = 41.92%
G = 20%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.57

RGB Variations

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

Color information

#6D3463 (or 0x6D3463) is known color: Palatinate Purple. HEX triplet: 6D, 34 and 63. RGB value is (109,52,99). Sum of RGB (Red+Green+Blue) = 109+52+99=260 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.92% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3463 is #92CB9C. Grayscale: #4A4A4A. Windows color (decimal): -9620381 or 6501485. OLE color: 6501485.

HSL color Cylindrical-coordinate representation of color #6D3463: hue angle of 310.53º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D3463 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 52 99 -
CMYK 0 0.52 0.09 0.57
HSL 310.53º 0.35% 0.32% -
HSV(B) 310.53º 0.52% 0.43% -
XYZ 9.79 6.61 12.56 -
YUV 74.4 141.88 152.68 -
System Red Green Blue C M Y K H S L
Decimal 109 52 99 0 0.52 0.09 0.57 310.53 0.35 0.32
Hex 6D 34 63 0 34 9 39 137 23 20
Octal 155 64 143 0 64 11 71 467 43 40
Binary 1101101 110100 1100011 0 110100 1001 111001 100110111 100011 100000

Color Harmonies of #6D3463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3463

Black with #6D3463

Text Example


Text Example

White with #6D3463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,52,99); }

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

background-color css

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

 a { background-color: rgb(109,52,99); }

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

border-color css

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

 span { border-color: rgb(109,52,99); }

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