Html Css Color HEX #65387E Honey Flower

📋 copy color: '#65387E'

red 101 ◦ green 56 ◦ blue 126

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

Shades of Honey Flower #65387E

Tints of Honey Flower #65387E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 44.52%

R = 35.69%
G = 19.79%
B = 44.52%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#65387E (or 0x65387E) is known color: Honey Flower. HEX triplet: 65, 38 and 7E. RGB value is (101,56,126). Sum of RGB (Red+Green+Blue) = 101+56+126=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 126 - color contains mainly: blue. Hex color #65387E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65387E is #9AC781. Grayscale: #4D4D4D. Windows color (decimal): -10143618 or 8271973. OLE color: 8271973.

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

Color convert

RGB 101 56 126 -
CMYK 0.20 0.56 0 0.51
HSL 278.57º 0.38% 0.36% -
HSV(B) 278.57º 0.56% 0.49% -
XYZ 10.55 7.1 20.55 -
YUV 77.44 155.41 144.81 -
System Red Green Blue C M Y K H S L
Decimal 101 56 126 0.20 0.56 0 0.51 278.57 0.38 0.36
Hex 65 38 7E 14 38 0 33 117 26 24
Octal 145 70 176 24 70 0 63 427 46 44
Binary 1100101 111000 1111110 10100 111000 0 110011 100010111 100110 100100

Color Harmonies of #65387E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65387E

Black with #65387E

Text Example


Text Example

White with #65387E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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