Html Css Color HEX #642F5E Palatinate Purple

📋 copy color: '#642F5E'

red 100 ◦ green 47 ◦ blue 94

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

Shades of Palatinate Purple #642F5E

Tints of Palatinate Purple #642F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 39%

R = 41.49%
G = 19.5%
B = 39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#642F5E (or 0x642F5E) is known color: Palatinate Purple. HEX triplet: 64, 2F and 5E. RGB value is (100,47,94). Sum of RGB (Red+Green+Blue) = 100+47+94=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 100 - color contains mainly: red. Hex color #642F5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642F5E is #9BD0A1. Grayscale: #444444. Windows color (decimal): -10211490 or 6172516. OLE color: 6172516.

HSL color Cylindrical-coordinate representation of color #642F5E: hue angle of 306.79º 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 #642F5E is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 47 94 -
CMYK 0 0.53 0.06 0.61
HSL 306.79º 0.36% 0.29% -
HSV(B) 306.79º 0.53% 0.39% -
XYZ 8.29 5.55 11.22 -
YUV 68.21 142.56 150.68 -
System Red Green Blue C M Y K H S L
Decimal 100 47 94 0 0.53 0.06 0.61 306.79 0.36 0.29
Hex 64 2F 5E 0 35 6 3D 133 24 1D
Octal 144 57 136 0 65 6 75 463 44 35
Binary 1100100 101111 1011110 0 110101 110 111101 100110011 100100 11101

Color Harmonies of #642F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642F5E

Black with #642F5E

Text Example


Text Example

White with #642F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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