Html Css Color HEX #65327D Honey Flower

📋 copy color: '#65327D'

red 101 ◦ green 50 ◦ blue 125

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

Shades of Honey Flower #65327D

Tints of Honey Flower #65327D

RGB

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

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

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

R = 36.59%
G = 18.12%
B = 45.29%

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

#65327D (or 0x65327D) is known color: Honey Flower. HEX triplet: 65, 32 and 7D. RGB value is (101,50,125). Sum of RGB (Red+Green+Blue) = 101+50+125=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 125 - color contains mainly: blue. Hex color #65327D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65327D is #9ACD82. Grayscale: #494949. Windows color (decimal): -10145155 or 8204901. OLE color: 8204901.

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

Color convert

RGB 101 50 125 -
CMYK 0.19 0.60 0 0.51
HSL 280.8º 0.43% 0.34% -
HSV(B) 280.8º 0.6% 0.49% -
XYZ 10.21 6.53 20.12 -
YUV 73.8 156.9 147.4 -
System Red Green Blue C M Y K H S L
Decimal 101 50 125 0.19 0.60 0 0.51 280.8 0.43 0.34
Hex 65 32 7D 13 3C 0 33 119 2B 22
Octal 145 62 175 23 74 0 63 431 53 42
Binary 1100101 110010 1111101 10011 111100 0 110011 100011001 101011 100010

Color Harmonies of #65327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65327D

Black with #65327D

Text Example


Text Example

White with #65327D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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