Html Css Color HEX #613591 Daisy Bush

📋 copy color: '#613591'

red 97 ◦ green 53 ◦ blue 145

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

Shades of Daisy Bush #613591

Tints of Daisy Bush #613591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.97%

 BLUE value IS 145 (57.03% from 255) = 49.15%

R = 32.88%
G = 17.97%
B = 49.15%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#613591 (or 0x613591) is known color: Daisy Bush. HEX triplet: 61, 35 and 91. RGB value is (97,53,145). Sum of RGB (Red+Green+Blue) = 97+53+145=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #613591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613591 is #9ECA6E. Grayscale: #4C4C4C. Windows color (decimal): -10406511 or 9516385. OLE color: 9516385.

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

Color convert

RGB 97 53 145 -
CMYK 0.33 0.63 0 0.43
HSL 268.7º 0.46% 0.39% -
HSV(B) 268.7º 0.63% 0.57% -
XYZ 11.31 7.13 27.57 -
YUV 76.64 166.58 142.52 -
System Red Green Blue C M Y K H S L
Decimal 97 53 145 0.33 0.63 0 0.43 268.7 0.46 0.39
Hex 61 35 91 21 3F 0 2B 10D 2E 27
Octal 141 65 221 41 77 0 53 415 56 47
Binary 1100001 110101 10010001 100001 111111 0 101011 100001101 101110 100111

Color Harmonies of #613591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613591

Black with #613591

Text Example


Text Example

White with #613591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613591; }

 p { color: rgb(97,53,145); }

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

background-color css

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

 a { background-color: rgb(97,53,145); }

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

border-color css

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

 span { border-color: rgb(97,53,145); }

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