Html Css Color HEX #65307A Honey Flower

📋 copy color: '#65307A'

red 101 ◦ green 48 ◦ blue 122

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

Shades of Honey Flower #65307A

Tints of Honey Flower #65307A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 45.02%

R = 37.27%
G = 17.71%
B = 45.02%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#65307A (or 0x65307A) is known color: Honey Flower. HEX triplet: 65, 30 and 7A. RGB value is (101,48,122). Sum of RGB (Red+Green+Blue) = 101+48+122=271 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.27% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 122 (48.05% from 255 or 45.02% from 271); Max value from RGB is 122 - color contains mainly: blue. Hex color #65307A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65307A is #9ACF85. Grayscale: #484848. Windows color (decimal): -10145670 or 8007781. OLE color: 8007781.

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

Color convert

RGB 101 48 122 -
CMYK 0.17 0.61 0 0.52
HSL 282.97º 0.44% 0.33% -
HSV(B) 282.97º 0.61% 0.48% -
XYZ 9.94 6.29 19.1 -
YUV 72.28 156.06 148.48 -
System Red Green Blue C M Y K H S L
Decimal 101 48 122 0.17 0.61 0 0.52 282.97 0.44 0.33
Hex 65 30 7A 11 3D 0 34 11B 2C 21
Octal 145 60 172 21 75 0 64 433 54 41
Binary 1100101 110000 1111010 10001 111101 0 110100 100011011 101100 100001

Color Harmonies of #65307A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65307A

Black with #65307A

Text Example


Text Example

White with #65307A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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