Html Css Color HEX #66385C Palatinate Purple

📋 copy color: '#66385C'

red 102 ◦ green 56 ◦ blue 92

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

Shades of Palatinate Purple #66385C

Tints of Palatinate Purple #66385C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.4%

 BLUE value IS 92 (36.33% from 255) = 36.8%

R = 40.8%
G = 22.4%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.6

RGB Variations

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

Color information

#66385C (or 0x66385C) is known color: Palatinate Purple. HEX triplet: 66, 38 and 5C. RGB value is (102,56,92). Sum of RGB (Red+Green+Blue) = 102+56+92=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 102 - color contains mainly: red. Hex color #66385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66385C is #99C7A3. Grayscale: #494949. Windows color (decimal): -10078116 or 6043750. OLE color: 6043750.

HSL color Cylindrical-coordinate representation of color #66385C: hue angle of 313.04º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66385C is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 56 92 -
CMYK 0 0.45 0.10 0.6
HSL 313.04º 0.29% 0.31% -
HSV(B) 313.04º 0.45% 0.4% -
XYZ 8.83 6.43 10.9 -
YUV 73.86 138.24 148.07 -
System Red Green Blue C M Y K H S L
Decimal 102 56 92 0 0.45 0.10 0.6 313.04 0.29 0.31
Hex 66 38 5C 0 2D A 3C 139 1D 1F
Octal 146 70 134 0 55 12 74 471 35 37
Binary 1100110 111000 1011100 0 101101 1010 111100 100111001 11101 11111

Color Harmonies of #66385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66385C

Black with #66385C

Text Example


Text Example

White with #66385C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66385C; }

 p { color: rgb(102,56,92); }

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

background-color css

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

 a { background-color: rgb(102,56,92); }

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

border-color css

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

 span { border-color: rgb(102,56,92); }

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