Html Css Color HEX #64385C Palatinate Purple

📋 copy color: '#64385C'

red 100 ◦ green 56 ◦ blue 92

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

Shades of Palatinate Purple #64385C

Tints of Palatinate Purple #64385C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.58%

 BLUE value IS 92 (36.33% from 255) = 37.1%

R = 40.32%
G = 22.58%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#64385C (or 0x64385C) is known color: Palatinate Purple. HEX triplet: 64, 38 and 5C. RGB value is (100,56,92). Sum of RGB (Red+Green+Blue) = 100+56+92=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 100 - color contains mainly: red. Hex color #64385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64385C is #9BC7A3. Grayscale: #494949. Windows color (decimal): -10209188 or 6043748. OLE color: 6043748.

HSL color Cylindrical-coordinate representation of color #64385C: hue angle of 310.91º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64385C is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 56 92 -
CMYK 0 0.44 0.08 0.61
HSL 310.91º 0.28% 0.31% -
HSV(B) 310.91º 0.44% 0.39% -
XYZ 8.6 6.31 10.89 -
YUV 73.26 138.58 147.07 -
System Red Green Blue C M Y K H S L
Decimal 100 56 92 0 0.44 0.08 0.61 310.91 0.28 0.31
Hex 64 38 5C 0 2C 8 3D 137 1C 1F
Octal 144 70 134 0 54 10 75 467 34 37
Binary 1100100 111000 1011100 0 101100 1000 111101 100110111 11100 11111

Color Harmonies of #64385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64385C

Black with #64385C

Text Example


Text Example

White with #64385C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64385C; }

 p { color: rgb(100,56,92); }

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

background-color css

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

 a { background-color: rgb(100,56,92); }

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

border-color css

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

 span { border-color: rgb(100,56,92); }

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