Html Css Color HEX #642366 Palatinate Purple

📋 copy color: '#642366'

red 100 ◦ green 35 ◦ blue 102

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

Shades of Palatinate Purple #642366

Tints of Palatinate Purple #642366

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.77%

 BLUE value IS 102 (40.23% from 255) = 43.04%

R = 42.19%
G = 14.77%
B = 43.04%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#642366 (or 0x642366) is known color: Palatinate Purple. HEX triplet: 64, 23 and 66. RGB value is (100,35,102). Sum of RGB (Red+Green+Blue) = 100+35+102=237 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.19% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 102 (40.23% from 255 or 43.04% from 237); Max value from RGB is 102 - color contains mainly: blue. Hex color #642366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642366 is #9BDC99. Grayscale: #3D3D3D. Windows color (decimal): -10214554 or 6693732. OLE color: 6693732.

HSL color Cylindrical-coordinate representation of color #642366: hue angle of 298.21º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #642366 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 100 35 102 -
CMYK 0.02 0.66 0 0.6
HSL 298.21º 0.49% 0.27% -
HSV(B) 298.21º 0.66% 0.4% -
XYZ 8.25 4.87 13.08 -
YUV 62.07 150.53 155.05 -
System Red Green Blue C M Y K H S L
Decimal 100 35 102 0.02 0.66 0 0.6 298.21 0.49 0.27
Hex 64 23 66 2 42 0 3C 12A 31 1B
Octal 144 43 146 2 102 0 74 452 61 33
Binary 1100100 100011 1100110 10 1000010 0 111100 100101010 110001 11011

Color Harmonies of #642366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642366

Black with #642366

Text Example


Text Example

White with #642366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642366; }

 p { color: rgb(100,35,102); }

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

background-color css

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

 a { background-color: rgb(100,35,102); }

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

border-color css

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

 span { border-color: rgb(100,35,102); }

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