Html Css Color HEX #65387D Honey Flower

📋 copy color: '#65387D'

red 101 ◦ green 56 ◦ blue 125

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

Shades of Honey Flower #65387D

Tints of Honey Flower #65387D

RGB

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

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

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

R = 35.82%
G = 19.86%
B = 44.33%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#65387D (or 0x65387D) is known color: Honey Flower. HEX triplet: 65, 38 and 7D. RGB value is (101,56,125). Sum of RGB (Red+Green+Blue) = 101+56+125=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 125 (49.22% from 255 or 44.33% from 282); Max value from RGB is 125 - color contains mainly: blue. Hex color #65387D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65387D is #9AC782. Grayscale: #4D4D4D. Windows color (decimal): -10143619 or 8206437. OLE color: 8206437.

HSL color Cylindrical-coordinate representation of color #65387D: hue angle of 279.13º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65387D is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 101 56 125 -
CMYK 0.19 0.55 0 0.51
HSL 279.13º 0.38% 0.35% -
HSV(B) 279.13º 0.55% 0.49% -
XYZ 10.48 7.08 20.22 -
YUV 77.32 154.91 144.89 -
System Red Green Blue C M Y K H S L
Decimal 101 56 125 0.19 0.55 0 0.51 279.13 0.38 0.35
Hex 65 38 7D 13 37 0 33 117 26 23
Octal 145 70 175 23 67 0 63 427 46 43
Binary 1100101 111000 1111101 10011 110111 0 110011 100010111 100110 100011

Color Harmonies of #65387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65387D

Black with #65387D

Text Example


Text Example

White with #65387D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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