Html Css Color HEX #6D305B Palatinate Purple

📋 copy color: '#6D305B'

red 109 ◦ green 48 ◦ blue 91

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

Shades of Palatinate Purple #6D305B

Tints of Palatinate Purple #6D305B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 36.69%

R = 43.95%
G = 19.35%
B = 36.69%

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

#6D305B (or 0x6D305B) is known color: Palatinate Purple. HEX triplet: 6D, 30 and 5B. RGB value is (109,48,91). Sum of RGB (Red+Green+Blue) = 109+48+91=248 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.95% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 109 - color contains mainly: red. Hex color #6D305B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D305B is #92CFA4. Grayscale: #474747. Windows color (decimal): -9621413 or 5976173. OLE color: 5976173.

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

Color convert

RGB 109 48 91 -
CMYK 0 0.56 0.17 0.57
HSL 317.7º 0.39% 0.31% -
HSV(B) 317.7º 0.56% 0.43% -
XYZ 9.25 6.12 10.59 -
YUV 71.14 139.21 155 -
System Red Green Blue C M Y K H S L
Decimal 109 48 91 0 0.56 0.17 0.57 317.7 0.39 0.31
Hex 6D 30 5B 0 38 11 39 13E 27 1F
Octal 155 60 133 0 70 21 71 476 47 37
Binary 1101101 110000 1011011 0 111000 10001 111001 100111110 100111 11111

Color Harmonies of #6D305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D305B

Black with #6D305B

Text Example


Text Example

White with #6D305B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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