Html Css Color HEX #66327D Honey Flower

📋 copy color: '#66327D'

red 102 ◦ green 50 ◦ blue 125

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

Shades of Honey Flower #66327D

Tints of Honey Flower #66327D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.05%

 BLUE value IS 125 (49.22% from 255) = 45.13%

R = 36.82%
G = 18.05%
B = 45.13%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#66327D (or 0x66327D) is known color: Honey Flower. HEX triplet: 66, 32 and 7D. RGB value is (102,50,125). Sum of RGB (Red+Green+Blue) = 102+50+125=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 125 - color contains mainly: blue. Hex color #66327D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66327D is #99CD82. Grayscale: #494949. Windows color (decimal): -10079619 or 8204902. OLE color: 8204902.

HSL color Cylindrical-coordinate representation of color #66327D: hue angle of 281.6º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66327D is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 102 50 125 -
CMYK 0.18 0.60 0 0.51
HSL 281.6º 0.43% 0.34% -
HSV(B) 281.6º 0.6% 0.49% -
XYZ 10.32 6.59 20.13 -
YUV 74.1 156.73 147.9 -
System Red Green Blue C M Y K H S L
Decimal 102 50 125 0.18 0.60 0 0.51 281.6 0.43 0.34
Hex 66 32 7D 12 3C 0 33 11A 2B 22
Octal 146 62 175 22 74 0 63 432 53 42
Binary 1100110 110010 1111101 10010 111100 0 110011 100011010 101011 100010

Color Harmonies of #66327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66327D

Black with #66327D

Text Example


Text Example

White with #66327D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66327D; }

 p { color: rgb(102,50,125); }

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

background-color css

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

 a { background-color: rgb(102,50,125); }

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

border-color css

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

 span { border-color: rgb(102,50,125); }

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