Html Css Color HEX #662358 Palatinate Purple

📋 copy color: '#662358'

red 102 ◦ green 35 ◦ blue 88

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

Shades of Palatinate Purple #662358

Tints of Palatinate Purple #662358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 39.11%

R = 45.33%
G = 15.56%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.6

RGB Variations

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

Color information

#662358 (or 0x662358) is known color: Palatinate Purple. HEX triplet: 66, 23 and 58. RGB value is (102,35,88). Sum of RGB (Red+Green+Blue) = 102+35+88=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #662358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662358 is #99DCA7. Grayscale: #3C3C3C. Windows color (decimal): -10083496 or 5776230. OLE color: 5776230.

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

Color convert

RGB 102 35 88 -
CMYK 0 0.66 0.14 0.6
HSL 312.54º 0.49% 0.27% -
HSV(B) 312.54º 0.66% 0.4% -
XYZ 7.84 4.73 9.73 -
YUV 61.08 143.2 157.19 -
System Red Green Blue C M Y K H S L
Decimal 102 35 88 0 0.66 0.14 0.6 312.54 0.49 0.27
Hex 66 23 58 0 42 E 3C 139 31 1B
Octal 146 43 130 0 102 16 74 471 61 33
Binary 1100110 100011 1011000 0 1000010 1110 111100 100111001 110001 11011

Color Harmonies of #662358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662358

Black with #662358

Text Example


Text Example

White with #662358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662358; }

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

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

background-color css

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

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

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

border-color css

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

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

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