Html Css Color HEX #65347C Honey Flower

📋 copy color: '#65347C'

red 101 ◦ green 52 ◦ blue 124

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

Shades of Honey Flower #65347C

Tints of Honey Flower #65347C

RGB

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

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

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

R = 36.46%
G = 18.77%
B = 44.77%

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

#65347C (or 0x65347C) is known color: Honey Flower. HEX triplet: 65, 34 and 7C. RGB value is (101,52,124). Sum of RGB (Red+Green+Blue) = 101+52+124=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #65347C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65347C is #9ACB83. Grayscale: #4A4A4A. Windows color (decimal): -10144644 or 8139877. OLE color: 8139877.

HSL color Cylindrical-coordinate representation of color #65347C: hue angle of 280.83º 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 #65347C is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 101 52 124 -
CMYK 0.19 0.58 0 0.51
HSL 280.83º 0.41% 0.35% -
HSV(B) 280.83º 0.58% 0.49% -
XYZ 10.23 6.68 19.82 -
YUV 74.86 155.73 146.65 -
System Red Green Blue C M Y K H S L
Decimal 101 52 124 0.19 0.58 0 0.51 280.83 0.41 0.35
Hex 65 34 7C 13 3A 0 33 119 29 23
Octal 145 64 174 23 72 0 63 431 51 43
Binary 1100101 110100 1111100 10011 111010 0 110011 100011001 101001 100011

Color Harmonies of #65347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65347C

Black with #65347C

Text Example


Text Example

White with #65347C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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