Html Css Color HEX #65357C Honey Flower

📋 copy color: '#65357C'

red 101 ◦ green 53 ◦ blue 124

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

Shades of Honey Flower #65357C

Tints of Honey Flower #65357C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.06%

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

R = 36.33%
G = 19.06%
B = 44.6%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#65357C (or 0x65357C) is known color: Honey Flower. HEX triplet: 65, 35 and 7C. RGB value is (101,53,124). Sum of RGB (Red+Green+Blue) = 101+53+124=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 124 - color contains mainly: blue. Hex color #65357C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65357C is #9ACA83. Grayscale: #4B4B4B. Windows color (decimal): -10144388 or 8140133. OLE color: 8140133.

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

Color convert

RGB 101 53 124 -
CMYK 0.19 0.57 0 0.51
HSL 280.56º 0.4% 0.35% -
HSV(B) 280.56º 0.57% 0.49% -
XYZ 10.28 6.77 19.83 -
YUV 75.45 155.4 146.23 -
System Red Green Blue C M Y K H S L
Decimal 101 53 124 0.19 0.57 0 0.51 280.56 0.4 0.35
Hex 65 35 7C 13 39 0 33 119 28 23
Octal 145 65 174 23 71 0 63 431 50 43
Binary 1100101 110101 1111100 10011 111001 0 110011 100011001 101000 100011

Color Harmonies of #65357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65357C

Black with #65357C

Text Example


Text Example

White with #65357C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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