Html Css Color HEX #613197 Daisy Bush

📋 copy color: '#613197'

red 97 ◦ green 49 ◦ blue 151

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

Shades of Daisy Bush #613197

Tints of Daisy Bush #613197

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.5%

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

R = 32.66%
G = 16.5%
B = 50.84%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#613197 (or 0x613197) is known color: Daisy Bush. HEX triplet: 61, 31 and 97. RGB value is (97,49,151). Sum of RGB (Red+Green+Blue) = 97+49+151=297 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.66% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 151 (59.38% from 255 or 50.84% from 297); Max value from RGB is 151 - color contains mainly: blue. Hex color #613197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613197 is #9ECE68. Grayscale: #4A4A4A. Windows color (decimal): -10407529 or 9908577. OLE color: 9908577.

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

Color convert

RGB 97 49 151 -
CMYK 0.36 0.68 0 0.41
HSL 268.24º 0.51% 0.39% -
HSV(B) 268.24º 0.68% 0.59% -
XYZ 11.61 6.97 30.01 -
YUV 74.98 170.9 143.71 -
System Red Green Blue C M Y K H S L
Decimal 97 49 151 0.36 0.68 0 0.41 268.24 0.51 0.39
Hex 61 31 97 24 44 0 29 10C 33 27
Octal 141 61 227 44 104 0 51 414 63 47
Binary 1100001 110001 10010111 100100 1000100 0 101001 100001100 110011 100111

Color Harmonies of #613197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613197

Black with #613197

Text Example


Text Example

White with #613197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613197; }

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

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

background-color css

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

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

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

border-color css

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

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

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