Html Css Color HEX #65337D Honey Flower

📋 copy color: '#65337D'

red 101 ◦ green 51 ◦ blue 125

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

Shades of Honey Flower #65337D

Tints of Honey Flower #65337D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.41%

 BLUE value IS 125 (49.22% from 255) = 45.13%

R = 36.46%
G = 18.41%
B = 45.13%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#65337D (or 0x65337D) is known color: Honey Flower. HEX triplet: 65, 33 and 7D. RGB value is (101,51,125). Sum of RGB (Red+Green+Blue) = 101+51+125=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 125 - color contains mainly: blue. Hex color #65337D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65337D is #9ACC82. Grayscale: #4A4A4A. Windows color (decimal): -10144899 or 8205157. OLE color: 8205157.

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

Color convert

RGB 101 51 125 -
CMYK 0.19 0.59 0 0.51
HSL 280.54º 0.42% 0.35% -
HSV(B) 280.54º 0.59% 0.49% -
XYZ 10.25 6.62 20.14 -
YUV 74.39 156.57 146.98 -
System Red Green Blue C M Y K H S L
Decimal 101 51 125 0.19 0.59 0 0.51 280.54 0.42 0.35
Hex 65 33 7D 13 3B 0 33 119 2A 23
Octal 145 63 175 23 73 0 63 431 52 43
Binary 1100101 110011 1111101 10011 111011 0 110011 100011001 101010 100011

Color Harmonies of #65337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65337D

Black with #65337D

Text Example


Text Example

White with #65337D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65337D; }

 p { color: rgb(101,51,125); }

 H1.HeaderClassName
 {
   color: #65337D;
 }
 .AnyTagClassName
 {
   color: #65337D;
 }
</style>

background-color css

<style>
 a { background-color: #65337D; }

 a { background-color: rgb(101,51,125); }

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

border-color css

<style>
 span { border-color: #65337D; }

 span { border-color: rgb(101,51,125); }

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