Html Css Color HEX #642367 Palatinate Purple

📋 copy color: '#642367'

red 100 ◦ green 35 ◦ blue 103

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

Shades of Palatinate Purple #642367

Tints of Palatinate Purple #642367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 43.28%

R = 42.02%
G = 14.71%
B = 43.28%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#642367 (or 0x642367) is known color: Palatinate Purple. HEX triplet: 64, 23 and 67. RGB value is (100,35,103). Sum of RGB (Red+Green+Blue) = 100+35+103=238 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.02% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 103 (40.62% from 255 or 43.28% from 238); Max value from RGB is 103 - color contains mainly: blue. Hex color #642367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642367 is #9BDC98. Grayscale: #3D3D3D. Windows color (decimal): -10214553 or 6759268. OLE color: 6759268.

HSL color Cylindrical-coordinate representation of color #642367: hue angle of 297.35º 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 #642367 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 100 35 103 -
CMYK 0.03 0.66 0 0.60
HSL 297.35º 0.49% 0.27% -
HSV(B) 297.35º 0.66% 0.4% -
XYZ 8.3 4.89 13.34 -
YUV 62.19 151.03 154.97 -
System Red Green Blue C M Y K H S L
Decimal 100 35 103 0.03 0.66 0 0.60 297.35 0.49 0.27
Hex 64 23 67 3 42 0 3C 129 31 1B
Octal 144 43 147 3 102 0 74 451 61 33
Binary 1100100 100011 1100111 11 1000010 0 111100 100101001 110001 11011

Color Harmonies of #642367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642367

Black with #642367

Text Example


Text Example

White with #642367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642367; }

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

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

background-color css

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

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

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

border-color css

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

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

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