Html Css Color HEX #6A065C Palatinate Purple

📋 copy color: '#6A065C'

red 106 ◦ green 6 ◦ blue 92

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

Shades of Palatinate Purple #6A065C

Tints of Palatinate Purple #6A065C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.94%

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

R = 51.96%
G = 2.94%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6A065C (or 0x6A065C) is known color: Palatinate Purple. HEX triplet: 6A, 06 and 5C. RGB value is (106,6,92). Sum of RGB (Red+Green+Blue) = 106+6+92=204 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.96% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 106 - color contains mainly: red. Hex color #6A065C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A065C is #95F9A3. Grayscale: #2D2D2D. Windows color (decimal): -9828772 or 6030954. OLE color: 6030954.

HSL color Cylindrical-coordinate representation of color #6A065C: hue angle of 308.4º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A065C is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 6 92 -
CMYK 0 0.94 0.13 0.58
HSL 308.4º 0.89% 0.22% -
HSV(B) 308.4º 0.94% 0.42% -
XYZ 7.94 3.97 10.47 -
YUV 45.7 154.13 171.01 -
System Red Green Blue C M Y K H S L
Decimal 106 6 92 0 0.94 0.13 0.58 308.4 0.89 0.22
Hex 6A 6 5C 0 5E D 3A 134 59 16
Octal 152 6 134 0 136 15 72 464 131 26
Binary 1101010 110 1011100 0 1011110 1101 111010 100110100 1011001 10110

Color Harmonies of #6A065C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A065C

Black with #6A065C

Text Example


Text Example

White with #6A065C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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