Html Css Color HEX #613597 Daisy Bush

📋 copy color: '#613597'

red 97 ◦ green 53 ◦ blue 151

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

Shades of Daisy Bush #613597

Tints of Daisy Bush #613597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 50.17%

R = 32.23%
G = 17.61%
B = 50.17%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#613597 (or 0x613597) is known color: Daisy Bush. HEX triplet: 61, 35 and 97. RGB value is (97,53,151). Sum of RGB (Red+Green+Blue) = 97+53+151=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 151 (59.38% from 255 or 50.17% from 301); Max value from RGB is 151 - color contains mainly: blue. Hex color #613597 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613597 is #9ECA68. Grayscale: #4C4C4C. Windows color (decimal): -10406505 or 9909601. OLE color: 9909601.

HSL color Cylindrical-coordinate representation of color #613597: hue angle of 266.94º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #613597 is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 53 151 -
CMYK 0.36 0.65 0 0.41
HSL 266.94º 0.48% 0.4% -
HSV(B) 266.94º 0.65% 0.59% -
XYZ 11.79 7.32 30.07 -
YUV 77.33 169.58 142.03 -
System Red Green Blue C M Y K H S L
Decimal 97 53 151 0.36 0.65 0 0.41 266.94 0.48 0.4
Hex 61 35 97 24 41 0 29 10B 30 28
Octal 141 65 227 44 101 0 51 413 60 50
Binary 1100001 110101 10010111 100100 1000001 0 101001 100001011 110000 101000

Color Harmonies of #613597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613597

Black with #613597

Text Example


Text Example

White with #613597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613597; }

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

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

background-color css

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

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

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

border-color css

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

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

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