Html Css Color HEX #66365A Palatinate Purple

📋 copy color: '#66365A'

red 102 ◦ green 54 ◦ blue 90

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

Shades of Palatinate Purple #66365A

Tints of Palatinate Purple #66365A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.95%

 BLUE value IS 90 (35.55% from 255) = 36.59%

R = 41.46%
G = 21.95%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.6

RGB Variations

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

Color information

#66365A (or 0x66365A) is known color: Palatinate Purple. HEX triplet: 66, 36 and 5A. RGB value is (102,54,90). Sum of RGB (Red+Green+Blue) = 102+54+90=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 102 - color contains mainly: red. Hex color #66365A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66365A is #99C9A5. Grayscale: #484848. Windows color (decimal): -10078630 or 5912166. OLE color: 5912166.

HSL color Cylindrical-coordinate representation of color #66365A: hue angle of 315º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66365A is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 54 90 -
CMYK 0 0.47 0.12 0.6
HSL 315º 0.31% 0.31% -
HSV(B) 315º 0.47% 0.4% -
XYZ 8.64 6.2 10.41 -
YUV 72.46 137.9 149.07 -
System Red Green Blue C M Y K H S L
Decimal 102 54 90 0 0.47 0.12 0.6 315 0.31 0.31
Hex 66 36 5A 0 2F C 3C 13B 1F 1F
Octal 146 66 132 0 57 14 74 473 37 37
Binary 1100110 110110 1011010 0 101111 1100 111100 100111011 11111 11111

Color Harmonies of #66365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66365A

Black with #66365A

Text Example


Text Example

White with #66365A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66365A; }

 p { color: rgb(102,54,90); }

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

background-color css

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

 a { background-color: rgb(102,54,90); }

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

border-color css

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

 span { border-color: rgb(102,54,90); }

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