Html Css Color HEX #641265 Palatinate Purple

📋 copy color: '#641265'

red 100 ◦ green 18 ◦ blue 101

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

Shades of Palatinate Purple #641265

Tints of Palatinate Purple #641265

RGB

 RED value IS 100 (39.45% from 255) = 45.66%

 GREEN value IS 18 (7.42% from 255) = 8.22%

 BLUE value IS 101 (39.84% from 255) = 46.12%

R = 45.66%
G = 8.22%
B = 46.12%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#641265 (or 0x641265) is known color: Palatinate Purple. HEX triplet: 64, 12 and 65. RGB value is (100,18,101). Sum of RGB (Red+Green+Blue) = 100+18+101=219 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.66% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 101 - color contains mainly: blue. Hex color #641265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641265 is #9BED9A. Grayscale: #333333. Windows color (decimal): -10218907 or 6623844. OLE color: 6623844.

HSL color Cylindrical-coordinate representation of color #641265: hue angle of 299.28º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #641265 is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 100 18 101 -
CMYK 0.01 0.82 0 0.60
HSL 299.28º 0.7% 0.23% -
HSV(B) 299.28º 0.82% 0.4% -
XYZ 7.82 4.08 12.69 -
YUV 51.98 155.67 162.25 -
System Red Green Blue C M Y K H S L
Decimal 100 18 101 0.01 0.82 0 0.60 299.28 0.7 0.23
Hex 64 12 65 1 52 0 3C 12B 46 17
Octal 144 22 145 1 122 0 74 453 106 27
Binary 1100100 10010 1100101 1 1010010 0 111100 100101011 1000110 10111

Color Harmonies of #641265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641265

Black with #641265

Text Example


Text Example

White with #641265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641265; }

 p { color: rgb(100,18,101); }

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

background-color css

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

 a { background-color: rgb(100,18,101); }

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

border-color css

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

 span { border-color: rgb(100,18,101); }

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