Html Css Color HEX #6A025E Palatinate Purple

📋 copy color: '#6A025E'

red 106 ◦ green 2 ◦ blue 94

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

Shades of Palatinate Purple #6A025E

Tints of Palatinate Purple #6A025E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

 BLUE value IS 94 (37.11% from 255) = 46.53%

R = 52.48%
G = 0.99%
B = 46.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#6A025E (or 0x6A025E) is known color: Palatinate Purple. HEX triplet: 6A, 02 and 5E. RGB value is (106,2,94). Sum of RGB (Red+Green+Blue) = 106+2+94=202 (26% of max value = 765). Red value is 106 (41.80% from 255 or 52.48% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 94 (37.11% from 255 or 46.53% from 202); Max value from RGB is 106 - color contains mainly: red. Hex color #6A025E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A025E is #95FDA1. Grayscale: #2B2B2B. Windows color (decimal): -9829794 or 6161002. OLE color: 6161002.

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

Color convert

RGB 106 2 94 -
CMYK 0 0.98 0.11 0.58
HSL 306.92º 0.96% 0.21% -
HSV(B) 306.92º 0.98% 0.42% -
XYZ 7.99 3.92 10.92 -
YUV 43.58 156.46 172.52 -
System Red Green Blue C M Y K H S L
Decimal 106 2 94 0 0.98 0.11 0.58 306.92 0.96 0.21
Hex 6A 2 5E 0 62 B 3A 133 60 15
Octal 152 2 136 0 142 13 72 463 140 25
Binary 1101010 10 1011110 0 1100010 1011 111010 100110011 1100000 10101

Color Harmonies of #6A025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A025E

Black with #6A025E

Text Example


Text Example

White with #6A025E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,2,94); }

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

background-color css

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

 a { background-color: rgb(106,2,94); }

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

border-color css

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

 span { border-color: rgb(106,2,94); }

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