Html Css Color HEX #613275 Honey Flower

📋 copy color: '#613275'

red 97 ◦ green 50 ◦ blue 117

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

Shades of Honey Flower #613275

Tints of Honey Flower #613275

RGB

 RED value IS 97 (38.28% from 255) = 36.74%

 GREEN value IS 50 (19.92% from 255) = 18.94%

 BLUE value IS 117 (46.09% from 255) = 44.32%

R = 36.74%
G = 18.94%
B = 44.32%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#613275 (or 0x613275) is known color: Honey Flower. HEX triplet: 61, 32 and 75. RGB value is (97,50,117). Sum of RGB (Red+Green+Blue) = 97+50+117=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 117 - color contains mainly: blue. Hex color #613275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613275 is #9ECD8A. Grayscale: #474747. Windows color (decimal): -10407307 or 7680609. OLE color: 7680609.

HSL color Cylindrical-coordinate representation of color #613275: hue angle of 282.09º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #613275 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 50 117 -
CMYK 0.17 0.57 0 0.54
HSL 282.09º 0.4% 0.33% -
HSV(B) 282.09º 0.57% 0.46% -
XYZ 9.28 6.11 17.52 -
YUV 71.69 153.57 146.05 -
System Red Green Blue C M Y K H S L
Decimal 97 50 117 0.17 0.57 0 0.54 282.09 0.4 0.33
Hex 61 32 75 11 39 0 36 11A 28 21
Octal 141 62 165 21 71 0 66 432 50 41
Binary 1100001 110010 1110101 10001 111001 0 110110 100011010 101000 100001

Color Harmonies of #613275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613275

Black with #613275

Text Example


Text Example

White with #613275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613275; }

 p { color: rgb(97,50,117); }

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

background-color css

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

 a { background-color: rgb(97,50,117); }

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

border-color css

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

 span { border-color: rgb(97,50,117); }

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