Html Css Color HEX #642F60 Palatinate Purple

📋 copy color: '#642F60'

red 100 ◦ green 47 ◦ blue 96

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

Shades of Palatinate Purple #642F60

Tints of Palatinate Purple #642F60

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.34%

 BLUE value IS 96 (37.89% from 255) = 39.51%

R = 41.15%
G = 19.34%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#642F60 (or 0x642F60) is known color: Palatinate Purple. HEX triplet: 64, 2F and 60. RGB value is (100,47,96). Sum of RGB (Red+Green+Blue) = 100+47+96=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 100 - color contains mainly: red. Hex color #642F60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642F60 is #9BD09F. Grayscale: #444444. Windows color (decimal): -10211488 or 6303588. OLE color: 6303588.

HSL color Cylindrical-coordinate representation of color #642F60: hue angle of 304.53º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #642F60 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 47 96 -
CMYK 0 0.53 0.04 0.61
HSL 304.53º 0.36% 0.29% -
HSV(B) 304.53º 0.53% 0.39% -
XYZ 8.38 5.59 11.7 -
YUV 68.43 143.56 150.52 -
System Red Green Blue C M Y K H S L
Decimal 100 47 96 0 0.53 0.04 0.61 304.53 0.36 0.29
Hex 64 2F 60 0 35 4 3D 131 24 1D
Octal 144 57 140 0 65 4 75 461 44 35
Binary 1100100 101111 1100000 0 110101 100 111101 100110001 100100 11101

Color Harmonies of #642F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642F60

Black with #642F60

Text Example


Text Example

White with #642F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642F60; }

 p { color: rgb(100,47,96); }

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

background-color css

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

 a { background-color: rgb(100,47,96); }

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

border-color css

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

 span { border-color: rgb(100,47,96); }

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