Html Css Color HEX #65307B Honey Flower

📋 copy color: '#65307B'

red 101 ◦ green 48 ◦ blue 123

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

Shades of Honey Flower #65307B

Tints of Honey Flower #65307B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 45.22%

R = 37.13%
G = 17.65%
B = 45.22%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#65307B (or 0x65307B) is known color: Honey Flower. HEX triplet: 65, 30 and 7B. RGB value is (101,48,123). Sum of RGB (Red+Green+Blue) = 101+48+123=272 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.13% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 123 - color contains mainly: blue. Hex color #65307B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65307B is #9ACF84. Grayscale: #484848. Windows color (decimal): -10145669 or 8073317. OLE color: 8073317.

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

Color convert

RGB 101 48 123 -
CMYK 0.18 0.61 0 0.52
HSL 282.4º 0.44% 0.34% -
HSV(B) 282.4º 0.61% 0.48% -
XYZ 10 6.31 19.43 -
YUV 72.4 156.56 148.4 -
System Red Green Blue C M Y K H S L
Decimal 101 48 123 0.18 0.61 0 0.52 282.4 0.44 0.34
Hex 65 30 7B 12 3D 0 34 11A 2C 22
Octal 145 60 173 22 75 0 64 432 54 42
Binary 1100101 110000 1111011 10010 111101 0 110100 100011010 101100 100010

Color Harmonies of #65307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65307B

Black with #65307B

Text Example


Text Example

White with #65307B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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