Html Css Color HEX #6A1E68 Palatinate Purple

📋 copy color: '#6A1E68'

red 106 ◦ green 30 ◦ blue 104

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

Shades of Palatinate Purple #6A1E68

Tints of Palatinate Purple #6A1E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 43.33%

R = 44.17%
G = 12.5%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.58

RGB Variations

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

Color information

#6A1E68 (or 0x6A1E68) is known color: Palatinate Purple. HEX triplet: 6A, 1E and 68. RGB value is (106,30,104). Sum of RGB (Red+Green+Blue) = 106+30+104=240 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.17% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1E68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A1E68 is #95E197. Grayscale: #3C3C3C. Windows color (decimal): -9822616 or 6823530. OLE color: 6823530.

HSL color Cylindrical-coordinate representation of color #6A1E68: hue angle of 301.58º 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 #6A1E68 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 30 104 -
CMYK 0 0.72 0.02 0.58
HSL 301.58º 0.56% 0.27% -
HSV(B) 301.58º 0.72% 0.42% -
XYZ 8.91 4.99 13.59 -
YUV 61.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 106 30 104 0 0.72 0.02 0.58 301.58 0.56 0.27
Hex 6A 1E 68 0 48 2 3A 12E 38 1B
Octal 152 36 150 0 110 2 72 456 70 33
Binary 1101010 11110 1101000 0 1001000 10 111010 100101110 111000 11011

Color Harmonies of #6A1E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1E68

Black with #6A1E68

Text Example


Text Example

White with #6A1E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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