Html Css Color HEX #6D3462 Palatinate Purple

📋 copy color: '#6D3462'

red 109 ◦ green 52 ◦ blue 98

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

Shades of Palatinate Purple #6D3462

Tints of Palatinate Purple #6D3462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 37.84%

R = 42.08%
G = 20.08%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.57

RGB Variations

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

Color information

#6D3462 (or 0x6D3462) is known color: Palatinate Purple. HEX triplet: 6D, 34 and 62. RGB value is (109,52,98). Sum of RGB (Red+Green+Blue) = 109+52+98=259 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.08% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3462 is #92CB9D. Grayscale: #4A4A4A. Windows color (decimal): -9620382 or 6435949. OLE color: 6435949.

HSL color Cylindrical-coordinate representation of color #6D3462: hue angle of 311.58º 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 #6D3462 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 52 98 -
CMYK 0 0.52 0.10 0.57
HSL 311.58º 0.35% 0.32% -
HSV(B) 311.58º 0.52% 0.43% -
XYZ 9.74 6.59 12.31 -
YUV 74.29 141.38 152.76 -
System Red Green Blue C M Y K H S L
Decimal 109 52 98 0 0.52 0.10 0.57 311.58 0.35 0.32
Hex 6D 34 62 0 34 A 39 138 23 20
Octal 155 64 142 0 64 12 71 470 43 40
Binary 1101101 110100 1100010 0 110100 1010 111001 100111000 100011 100000

Color Harmonies of #6D3462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3462

Black with #6D3462

Text Example


Text Example

White with #6D3462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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