Html Css Color HEX #6D3062 Palatinate Purple

📋 copy color: '#6D3062'

red 109 ◦ green 48 ◦ blue 98

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

Shades of Palatinate Purple #6D3062

Tints of Palatinate Purple #6D3062

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.82%

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

R = 42.75%
G = 18.82%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.57

RGB Variations

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

Color information

#6D3062 (or 0x6D3062) is known color: Palatinate Purple. HEX triplet: 6D, 30 and 62. RGB value is (109,48,98). Sum of RGB (Red+Green+Blue) = 109+48+98=255 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.75% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 98 (38.67% from 255 or 38.43% from 255); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3062 is #92CF9D. Grayscale: #474747. Windows color (decimal): -9621406 or 6434925. OLE color: 6434925.

HSL color Cylindrical-coordinate representation of color #6D3062: hue angle of 310.82º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D3062 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 48 98 -
CMYK 0 0.56 0.10 0.57
HSL 310.82º 0.39% 0.31% -
HSV(B) 310.82º 0.56% 0.43% -
XYZ 9.57 6.25 12.26 -
YUV 71.94 142.71 154.43 -
System Red Green Blue C M Y K H S L
Decimal 109 48 98 0 0.56 0.10 0.57 310.82 0.39 0.31
Hex 6D 30 62 0 38 A 39 137 27 1F
Octal 155 60 142 0 70 12 71 467 47 37
Binary 1101101 110000 1100010 0 111000 1010 111001 100110111 100111 11111

Color Harmonies of #6D3062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3062

Black with #6D3062

Text Example


Text Example

White with #6D3062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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