Html Css Color HEX #6A275F Palatinate Purple

📋 copy color: '#6A275F'

red 106 ◦ green 39 ◦ blue 95

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

Shades of Palatinate Purple #6A275F

Tints of Palatinate Purple #6A275F

RGB

 RED value IS 106 (41.8% from 255) = 44.17%

 GREEN value IS 39 (15.63% from 255) = 16.25%

 BLUE value IS 95 (37.5% from 255) = 39.58%

R = 44.17%
G = 16.25%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#6A275F (or 0x6A275F) is known color: Palatinate Purple. HEX triplet: 6A, 27 and 5F. RGB value is (106,39,95). Sum of RGB (Red+Green+Blue) = 106+39+95=240 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.17% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 106 - color contains mainly: red. Hex color #6A275F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A275F is #95D8A0. Grayscale: #414141. Windows color (decimal): -9820321 or 6236010. OLE color: 6236010.

HSL color Cylindrical-coordinate representation of color #6A275F: hue angle of 309.85º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6A275F is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 39 95 -
CMYK 0 0.63 0.10 0.58
HSL 309.85º 0.46% 0.28% -
HSV(B) 309.85º 0.63% 0.42% -
XYZ 8.73 5.34 11.4 -
YUV 65.42 144.7 156.95 -
System Red Green Blue C M Y K H S L
Decimal 106 39 95 0 0.63 0.10 0.58 309.85 0.46 0.28
Hex 6A 27 5F 0 3F A 3A 136 2E 1C
Octal 152 47 137 0 77 12 72 466 56 34
Binary 1101010 100111 1011111 0 111111 1010 111010 100110110 101110 11100

Color Harmonies of #6A275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A275F

Black with #6A275F

Text Example


Text Example

White with #6A275F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,39,95); }

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

background-color css

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

 a { background-color: rgb(106,39,95); }

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

border-color css

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

 span { border-color: rgb(106,39,95); }

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