Html Css Color HEX #6D305A Palatinate Purple

📋 copy color: '#6D305A'

red 109 ◦ green 48 ◦ blue 90

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

Shades of Palatinate Purple #6D305A

Tints of Palatinate Purple #6D305A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 36.44%

R = 44.13%
G = 19.43%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6D305A (or 0x6D305A) is known color: Palatinate Purple. HEX triplet: 6D, 30 and 5A. RGB value is (109,48,90). Sum of RGB (Red+Green+Blue) = 109+48+90=247 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.13% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 109 - color contains mainly: red. Hex color #6D305A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D305A is #92CFA5. Grayscale: #464646. Windows color (decimal): -9621414 or 5910637. OLE color: 5910637.

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

Color convert

RGB 109 48 90 -
CMYK 0 0.56 0.17 0.57
HSL 318.69º 0.39% 0.31% -
HSV(B) 318.69º 0.56% 0.43% -
XYZ 9.21 6.1 10.37 -
YUV 71.03 138.71 155.08 -
System Red Green Blue C M Y K H S L
Decimal 109 48 90 0 0.56 0.17 0.57 318.69 0.39 0.31
Hex 6D 30 5A 0 38 11 39 13F 27 1F
Octal 155 60 132 0 70 21 71 477 47 37
Binary 1101101 110000 1011010 0 111000 10001 111001 100111111 100111 11111

Color Harmonies of #6D305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D305A

Black with #6D305A

Text Example


Text Example

White with #6D305A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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