Html Css Color HEX #6A015C Palatinate Purple

📋 copy color: '#6A015C'

red 106 ◦ green 1 ◦ blue 92

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

Shades of Palatinate Purple #6A015C

Tints of Palatinate Purple #6A015C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 46.23%

R = 53.27%
G = 0.5%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6A015C (or 0x6A015C) is known color: Palatinate Purple. HEX triplet: 6A, 01 and 5C. RGB value is (106,1,92). Sum of RGB (Red+Green+Blue) = 106+1+92=199 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.27% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 106 - color contains mainly: red. Hex color #6A015C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A015C is #95FEA3. Grayscale: #2A2A2A. Windows color (decimal): -9830052 or 6029674. OLE color: 6029674.

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

Color convert

RGB 106 1 92 -
CMYK 0 0.99 0.13 0.58
HSL 308º 0.98% 0.21% -
HSV(B) 308º 0.99% 0.42% -
XYZ 7.89 3.86 10.45 -
YUV 42.77 155.79 173.1 -
System Red Green Blue C M Y K H S L
Decimal 106 1 92 0 0.99 0.13 0.58 308 0.98 0.21
Hex 6A 1 5C 0 63 D 3A 134 62 15
Octal 152 1 134 0 143 15 72 464 142 25
Binary 1101010 1 1011100 0 1100011 1101 111010 100110100 1100010 10101

Color Harmonies of #6A015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A015C

Black with #6A015C

Text Example


Text Example

White with #6A015C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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