Html Css Color HEX #6A0761 Palatinate Purple

📋 copy color: '#6A0761'

red 106 ◦ green 7 ◦ blue 97

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

Shades of Palatinate Purple #6A0761

Tints of Palatinate Purple #6A0761

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.33%

 BLUE value IS 97 (38.28% from 255) = 46.19%

R = 50.48%
G = 3.33%
B = 46.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#6A0761 (or 0x6A0761) is known color: Palatinate Purple. HEX triplet: 6A, 07 and 61. RGB value is (106,7,97). Sum of RGB (Red+Green+Blue) = 106+7+97=210 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.48% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0761 is #95F89E. Grayscale: #2E2E2E. Windows color (decimal): -9828511 or 6358890. OLE color: 6358890.

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

Color convert

RGB 106 7 97 -
CMYK 0 0.93 0.08 0.58
HSL 305.45º 0.88% 0.22% -
HSV(B) 305.45º 0.93% 0.42% -
XYZ 8.18 4.08 11.67 -
YUV 46.86 156.3 170.18 -
System Red Green Blue C M Y K H S L
Decimal 106 7 97 0 0.93 0.08 0.58 305.45 0.88 0.22
Hex 6A 7 61 0 5D 8 3A 131 58 16
Octal 152 7 141 0 135 10 72 461 130 26
Binary 1101010 111 1100001 0 1011101 1000 111010 100110001 1011000 10110

Color Harmonies of #6A0761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0761

Black with #6A0761

Text Example


Text Example

White with #6A0761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,7,97); }

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

background-color css

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

 a { background-color: rgb(106,7,97); }

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

border-color css

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

 span { border-color: rgb(106,7,97); }

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