Html Css Color HEX #6A0461 Palatinate Purple

📋 copy color: '#6A0461'

red 106 ◦ green 4 ◦ blue 97

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

Shades of Palatinate Purple #6A0461

Tints of Palatinate Purple #6A0461

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.93%

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

R = 51.21%
G = 1.93%
B = 46.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#6A0461 (or 0x6A0461) is known color: Palatinate Purple. HEX triplet: 6A, 04 and 61. RGB value is (106,4,97). Sum of RGB (Red+Green+Blue) = 106+4+97=207 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.21% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0461 is #95FB9E. Grayscale: #2C2C2C. Windows color (decimal): -9829279 or 6358122. OLE color: 6358122.

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

Color convert

RGB 106 4 97 -
CMYK 0 0.96 0.08 0.58
HSL 305.29º 0.93% 0.22% -
HSV(B) 305.29º 0.96% 0.42% -
XYZ 8.14 4.01 11.65 -
YUV 45.1 157.29 171.44 -
System Red Green Blue C M Y K H S L
Decimal 106 4 97 0 0.96 0.08 0.58 305.29 0.93 0.22
Hex 6A 4 61 0 60 8 3A 131 5D 16
Octal 152 4 141 0 140 10 72 461 135 26
Binary 1101010 100 1100001 0 1100000 1000 111010 100110001 1011101 10110

Color Harmonies of #6A0461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0461

Black with #6A0461

Text Example


Text Example

White with #6A0461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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