Html Css Color HEX #6A1E54 Palatinate Purple

📋 copy color: '#6A1E54'

red 106 ◦ green 30 ◦ blue 84

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

Shades of Palatinate Purple #6A1E54

Tints of Palatinate Purple #6A1E54

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.64%

 BLUE value IS 84 (33.2% from 255) = 38.18%

R = 48.18%
G = 13.64%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#6A1E54 (or 0x6A1E54) is known color: Palatinate Purple. HEX triplet: 6A, 1E and 54. RGB value is (106,30,84). Sum of RGB (Red+Green+Blue) = 106+30+84=220 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.18% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1E54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A1E54 is #95E1AB. Grayscale: #3A3A3A. Windows color (decimal): -9822636 or 5512810. OLE color: 5512810.

HSL color Cylindrical-coordinate representation of color #6A1E54: hue angle of 317.37º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A1E54 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 30 84 -
CMYK 0 0.72 0.21 0.58
HSL 317.37º 0.56% 0.27% -
HSV(B) 317.37º 0.72% 0.42% -
XYZ 8.01 4.63 8.86 -
YUV 58.88 142.18 161.61 -
System Red Green Blue C M Y K H S L
Decimal 106 30 84 0 0.72 0.21 0.58 317.37 0.56 0.27
Hex 6A 1E 54 0 48 15 3A 13D 38 1B
Octal 152 36 124 0 110 25 72 475 70 33
Binary 1101010 11110 1010100 0 1001000 10101 111010 100111101 111000 11011

Color Harmonies of #6A1E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1E54

Black with #6A1E54

Text Example


Text Example

White with #6A1E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,30,84); }

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

background-color css

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

 a { background-color: rgb(106,30,84); }

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

border-color css

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

 span { border-color: rgb(106,30,84); }

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