Html Css Color HEX #662365 Palatinate Purple

📋 copy color: '#662365'

red 102 ◦ green 35 ◦ blue 101

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

Shades of Palatinate Purple #662365

Tints of Palatinate Purple #662365

RGB

 RED value IS 102 (40.23% from 255) = 42.86%

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

 BLUE value IS 101 (39.84% from 255) = 42.44%

R = 42.86%
G = 14.71%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.6

RGB Variations

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

Color information

#662365 (or 0x662365) is known color: Palatinate Purple. HEX triplet: 66, 23 and 65. RGB value is (102,35,101). Sum of RGB (Red+Green+Blue) = 102+35+101=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 102 - color contains mainly: red. Hex color #662365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662365 is #99DC9A. Grayscale: #3E3E3E. Windows color (decimal): -10083483 or 6628198. OLE color: 6628198.

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

Color convert

RGB 102 35 101 -
CMYK 0 0.66 0.01 0.6
HSL 300.9º 0.49% 0.27% -
HSV(B) 300.9º 0.66% 0.4% -
XYZ 8.43 4.97 12.83 -
YUV 62.56 149.7 156.13 -
System Red Green Blue C M Y K H S L
Decimal 102 35 101 0 0.66 0.01 0.6 300.9 0.49 0.27
Hex 66 23 65 0 42 1 3C 12D 31 1B
Octal 146 43 145 0 102 1 74 455 61 33
Binary 1100110 100011 1100101 0 1000010 1 111100 100101101 110001 11011

Color Harmonies of #662365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662365

Black with #662365

Text Example


Text Example

White with #662365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662365; }

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

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

background-color css

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

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

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

border-color css

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

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

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