Html Css Color HEX #65347D Honey Flower

📋 copy color: '#65347D'

red 101 ◦ green 52 ◦ blue 125

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

Shades of Honey Flower #65347D

Tints of Honey Flower #65347D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.71%

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

R = 36.33%
G = 18.71%
B = 44.96%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#65347D (or 0x65347D) is known color: Honey Flower. HEX triplet: 65, 34 and 7D. RGB value is (101,52,125). Sum of RGB (Red+Green+Blue) = 101+52+125=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 125 - color contains mainly: blue. Hex color #65347D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65347D is #9ACB82. Grayscale: #4A4A4A. Windows color (decimal): -10144643 or 8205413. OLE color: 8205413.

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

Color convert

RGB 101 52 125 -
CMYK 0.19 0.58 0 0.51
HSL 280.27º 0.41% 0.35% -
HSV(B) 280.27º 0.58% 0.49% -
XYZ 10.3 6.7 20.15 -
YUV 74.97 156.23 146.56 -
System Red Green Blue C M Y K H S L
Decimal 101 52 125 0.19 0.58 0 0.51 280.27 0.41 0.35
Hex 65 34 7D 13 3A 0 33 118 29 23
Octal 145 64 175 23 72 0 63 430 51 43
Binary 1100101 110100 1111101 10011 111010 0 110011 100011000 101001 100011

Color Harmonies of #65347D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65347D

Black with #65347D

Text Example


Text Example

White with #65347D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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