Html Css Color HEX #641B69 Palatinate Purple

📋 copy color: '#641B69'

red 100 ◦ green 27 ◦ blue 105

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

Shades of Palatinate Purple #641B69

Tints of Palatinate Purple #641B69

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.64%

 BLUE value IS 105 (41.41% from 255) = 45.26%

R = 43.1%
G = 11.64%
B = 45.26%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#641B69 (or 0x641B69) is known color: Palatinate Purple. HEX triplet: 64, 1B and 69. RGB value is (100,27,105). Sum of RGB (Red+Green+Blue) = 100+27+105=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 105 - color contains mainly: blue. Hex color #641B69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641B69 is #9BE496. Grayscale: #393939. Windows color (decimal): -10216599 or 6888292. OLE color: 6888292.

HSL color Cylindrical-coordinate representation of color #641B69: hue angle of 296.15º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #641B69 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 100 27 105 -
CMYK 0.05 0.74 0 0.59
HSL 296.15º 0.59% 0.26% -
HSV(B) 296.15º 0.74% 0.41% -
XYZ 8.2 4.51 13.8 -
YUV 57.72 154.68 158.16 -
System Red Green Blue C M Y K H S L
Decimal 100 27 105 0.05 0.74 0 0.59 296.15 0.59 0.26
Hex 64 1B 69 5 4A 0 3B 128 3B 1A
Octal 144 33 151 5 112 0 73 450 73 32
Binary 1100100 11011 1101001 101 1001010 0 111011 100101000 111011 11010

Color Harmonies of #641B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641B69

Black with #641B69

Text Example


Text Example

White with #641B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641B69; }

 p { color: rgb(100,27,105); }

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

background-color css

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

 a { background-color: rgb(100,27,105); }

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

border-color css

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

 span { border-color: rgb(100,27,105); }

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