Html Css Color HEX #65417C Honey Flower

📋 copy color: '#65417C'

red 101 ◦ green 65 ◦ blue 124

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

Shades of Honey Flower #65417C

Tints of Honey Flower #65417C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.41%

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

R = 34.83%
G = 22.41%
B = 42.76%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#65417C (or 0x65417C) is known color: Honey Flower. HEX triplet: 65, 41 and 7C. RGB value is (101,65,124). Sum of RGB (Red+Green+Blue) = 101+65+124=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 124 - color contains mainly: blue. Hex color #65417C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65417C is #9ABE83. Grayscale: #525252. Windows color (decimal): -10141316 or 8143205. OLE color: 8143205.

HSL color Cylindrical-coordinate representation of color #65417C: hue angle of 276.61º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65417C is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 101 65 124 -
CMYK 0.19 0.48 0 0.51
HSL 276.61º 0.31% 0.37% -
HSV(B) 276.61º 0.48% 0.49% -
XYZ 10.9 8 20.04 -
YUV 82.49 151.43 141.2 -
System Red Green Blue C M Y K H S L
Decimal 101 65 124 0.19 0.48 0 0.51 276.61 0.31 0.37
Hex 65 41 7C 13 30 0 33 115 1F 25
Octal 145 101 174 23 60 0 63 425 37 45
Binary 1100101 1000001 1111100 10011 110000 0 110011 100010101 11111 100101

Color Harmonies of #65417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65417C

Black with #65417C

Text Example


Text Example

White with #65417C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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