Html Css Color HEX #6D075B Palatinate Purple

📋 copy color: '#6D075B'

red 109 ◦ green 7 ◦ blue 91

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

Shades of Palatinate Purple #6D075B

Tints of Palatinate Purple #6D075B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.38%

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

R = 52.66%
G = 3.38%
B = 43.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6D075B (or 0x6D075B) is known color: Palatinate Purple. HEX triplet: 6D, 07 and 5B. RGB value is (109,7,91). Sum of RGB (Red+Green+Blue) = 109+7+91=207 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.66% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 109 - color contains mainly: red. Hex color #6D075B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D075B is #92F8A4. Grayscale: #2E2E2E. Windows color (decimal): -9631909 or 5965677. OLE color: 5965677.

HSL color Cylindrical-coordinate representation of color #6D075B: hue angle of 310.59º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D075B is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 7 91 -
CMYK 0 0.94 0.17 0.57
HSL 310.59º 0.88% 0.23% -
HSV(B) 310.59º 0.94% 0.43% -
XYZ 8.27 4.16 10.26 -
YUV 47.07 152.79 172.17 -
System Red Green Blue C M Y K H S L
Decimal 109 7 91 0 0.94 0.17 0.57 310.59 0.88 0.23
Hex 6D 7 5B 0 5E 11 39 137 58 17
Octal 155 7 133 0 136 21 71 467 130 27
Binary 1101101 111 1011011 0 1011110 10001 111001 100110111 1011000 10111

Color Harmonies of #6D075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D075B

Black with #6D075B

Text Example


Text Example

White with #6D075B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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