Html Css Color HEX #65417D Honey Flower

📋 copy color: '#65417D'

red 101 ◦ green 65 ◦ blue 125

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

Shades of Honey Flower #65417D

Tints of Honey Flower #65417D

RGB

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

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

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

R = 34.71%
G = 22.34%
B = 42.96%

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

#65417D (or 0x65417D) is known color: Honey Flower. HEX triplet: 65, 41 and 7D. RGB value is (101,65,125). Sum of RGB (Red+Green+Blue) = 101+65+125=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 125 - color contains mainly: blue. Hex color #65417D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65417D is #9ABE82. Grayscale: #525252. Windows color (decimal): -10141315 or 8208741. OLE color: 8208741.

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

Color convert

RGB 101 65 125 -
CMYK 0.19 0.48 0 0.51
HSL 276º 0.32% 0.37% -
HSV(B) 276º 0.48% 0.49% -
XYZ 10.96 8.03 20.37 -
YUV 82.6 151.93 141.12 -
System Red Green Blue C M Y K H S L
Decimal 101 65 125 0.19 0.48 0 0.51 276 0.32 0.37
Hex 65 41 7D 13 30 0 33 114 20 25
Octal 145 101 175 23 60 0 63 424 40 45
Binary 1100101 1000001 1111101 10011 110000 0 110011 100010100 100000 100101

Color Harmonies of #65417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65417D

Black with #65417D

Text Example


Text Example

White with #65417D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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