Html Css Color HEX #6A015F Palatinate Purple

📋 copy color: '#6A015F'

red 106 ◦ green 1 ◦ blue 95

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

Shades of Palatinate Purple #6A015F

Tints of Palatinate Purple #6A015F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 52.48%
G = 0.5%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#6A015F (or 0x6A015F) is known color: Palatinate Purple. HEX triplet: 6A, 01 and 5F. RGB value is (106,1,95). Sum of RGB (Red+Green+Blue) = 106+1+95=202 (26% of max value = 765). Red value is 106 (41.80% from 255 or 52.48% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 95 (37.5% from 255 or 47.03% from 202); Max value from RGB is 106 - color contains mainly: red. Hex color #6A015F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A015F is #95FEA0. Grayscale: #2A2A2A. Windows color (decimal): -9830049 or 6226282. OLE color: 6226282.

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

Color convert

RGB 106 1 95 -
CMYK 0 0.99 0.10 0.58
HSL 306.29º 0.98% 0.21% -
HSV(B) 306.29º 0.99% 0.42% -
XYZ 8.02 3.91 11.16 -
YUV 43.11 157.29 172.86 -
System Red Green Blue C M Y K H S L
Decimal 106 1 95 0 0.99 0.10 0.58 306.29 0.98 0.21
Hex 6A 1 5F 0 63 A 3A 132 62 15
Octal 152 1 137 0 143 12 72 462 142 25
Binary 1101010 1 1011111 0 1100011 1010 111010 100110010 1100010 10101

Color Harmonies of #6A015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A015F

Black with #6A015F

Text Example


Text Example

White with #6A015F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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