Html Css Color HEX #6A2768 Palatinate Purple

📋 copy color: '#6A2768'

red 106 ◦ green 39 ◦ blue 104

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

Shades of Palatinate Purple #6A2768

Tints of Palatinate Purple #6A2768

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.66%

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

R = 42.57%
G = 15.66%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.58

RGB Variations

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

Color information

#6A2768 (or 0x6A2768) is known color: Palatinate Purple. HEX triplet: 6A, 27 and 68. RGB value is (106,39,104). Sum of RGB (Red+Green+Blue) = 106+39+104=249 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.57% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2768 is #95D897. Grayscale: #424242. Windows color (decimal): -9820312 or 6825834. OLE color: 6825834.

HSL color Cylindrical-coordinate representation of color #6A2768: hue angle of 301.79º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6A2768 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 39 104 -
CMYK 0 0.63 0.02 0.58
HSL 301.79º 0.46% 0.28% -
HSV(B) 301.79º 0.63% 0.42% -
XYZ 9.17 5.51 13.68 -
YUV 66.44 149.2 156.21 -
System Red Green Blue C M Y K H S L
Decimal 106 39 104 0 0.63 0.02 0.58 301.79 0.46 0.28
Hex 6A 27 68 0 3F 2 3A 12E 2E 1C
Octal 152 47 150 0 77 2 72 456 56 34
Binary 1101010 100111 1101000 0 111111 10 111010 100101110 101110 11100

Color Harmonies of #6A2768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2768

Black with #6A2768

Text Example


Text Example

White with #6A2768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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