Html Css Color HEX #65327C Honey Flower

📋 copy color: '#65327C'

red 101 ◦ green 50 ◦ blue 124

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

Shades of Honey Flower #65327C

Tints of Honey Flower #65327C

RGB

 RED value IS 101 (39.84% from 255) = 36.73%

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

 BLUE value IS 124 (48.83% from 255) = 45.09%

R = 36.73%
G = 18.18%
B = 45.09%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#65327C (or 0x65327C) is known color: Honey Flower. HEX triplet: 65, 32 and 7C. RGB value is (101,50,124). Sum of RGB (Red+Green+Blue) = 101+50+124=275 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.73% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 124 - color contains mainly: blue. Hex color #65327C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65327C is #9ACD83. Grayscale: #494949. Windows color (decimal): -10145156 or 8139365. OLE color: 8139365.

HSL color Cylindrical-coordinate representation of color #65327C: hue angle of 281.35º 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 #65327C is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 101 50 124 -
CMYK 0.19 0.60 0 0.51
HSL 281.35º 0.43% 0.34% -
HSV(B) 281.35º 0.6% 0.49% -
XYZ 10.15 6.5 19.79 -
YUV 73.69 156.4 147.48 -
System Red Green Blue C M Y K H S L
Decimal 101 50 124 0.19 0.60 0 0.51 281.35 0.43 0.34
Hex 65 32 7C 13 3C 0 33 119 2B 22
Octal 145 62 174 23 74 0 63 431 53 42
Binary 1100101 110010 1111100 10011 111100 0 110011 100011001 101011 100010

Color Harmonies of #65327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65327C

Black with #65327C

Text Example


Text Example

White with #65327C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,50,124); }

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

background-color css

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

 a { background-color: rgb(101,50,124); }

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

border-color css

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

 span { border-color: rgb(101,50,124); }

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