Html Css Color HEX #6A1255 Palatinate Purple

📋 copy color: '#6A1255'

red 106 ◦ green 18 ◦ blue 85

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

Shades of Palatinate Purple #6A1255

Tints of Palatinate Purple #6A1255

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.61%

 BLUE value IS 85 (33.59% from 255) = 40.67%

R = 50.72%
G = 8.61%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.58

RGB Variations

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

Color information

#6A1255 (or 0x6A1255) is known color: Palatinate Purple. HEX triplet: 6A, 12 and 55. RGB value is (106,18,85). Sum of RGB (Red+Green+Blue) = 106+18+85=209 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.72% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1255 is #95EDAA. Grayscale: #333333. Windows color (decimal): -9825707 or 5575274. OLE color: 5575274.

HSL color Cylindrical-coordinate representation of color #6A1255: hue angle of 314.32º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6A1255 is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 18 85 -
CMYK 0 0.83 0.20 0.58
HSL 314.32º 0.71% 0.24% -
HSV(B) 314.32º 0.83% 0.42% -
XYZ 7.8 4.15 8.98 -
YUV 51.95 146.65 166.55 -
System Red Green Blue C M Y K H S L
Decimal 106 18 85 0 0.83 0.20 0.58 314.32 0.71 0.24
Hex 6A 12 55 0 53 14 3A 13A 47 18
Octal 152 22 125 0 123 24 72 472 107 30
Binary 1101010 10010 1010101 0 1010011 10100 111010 100111010 1000111 11000

Color Harmonies of #6A1255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1255

Black with #6A1255

Text Example


Text Example

White with #6A1255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,18,85); }

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

background-color css

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

 a { background-color: rgb(106,18,85); }

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

border-color css

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

 span { border-color: rgb(106,18,85); }

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