Html Css Color HEX #65307C Honey Flower

📋 copy color: '#65307C'

red 101 ◦ green 48 ◦ blue 124

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

Shades of Honey Flower #65307C

Tints of Honey Flower #65307C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.58%

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

R = 37%
G = 17.58%
B = 45.42%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#65307C (or 0x65307C) is known color: Honey Flower. HEX triplet: 65, 30 and 7C. RGB value is (101,48,124). Sum of RGB (Red+Green+Blue) = 101+48+124=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 124 - color contains mainly: blue. Hex color #65307C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65307C is #9ACF83. Grayscale: #484848. Windows color (decimal): -10145668 or 8138853. OLE color: 8138853.

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

Color convert

RGB 101 48 124 -
CMYK 0.19 0.61 0 0.51
HSL 281.84º 0.44% 0.34% -
HSV(B) 281.84º 0.61% 0.49% -
XYZ 10.06 6.34 19.76 -
YUV 72.51 157.06 148.32 -
System Red Green Blue C M Y K H S L
Decimal 101 48 124 0.19 0.61 0 0.51 281.84 0.44 0.34
Hex 65 30 7C 13 3D 0 33 11A 2C 22
Octal 145 60 174 23 75 0 63 432 54 42
Binary 1100101 110000 1111100 10011 111101 0 110011 100011010 101100 100010

Color Harmonies of #65307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65307C

Black with #65307C

Text Example


Text Example

White with #65307C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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