Html Css Color HEX #613196 Daisy Bush

📋 copy color: '#613196'

red 97 ◦ green 49 ◦ blue 150

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

Shades of Daisy Bush #613196

Tints of Daisy Bush #613196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 50.68%

R = 32.77%
G = 16.55%
B = 50.68%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#613196 (or 0x613196) is known color: Daisy Bush. HEX triplet: 61, 31 and 96. RGB value is (97,49,150). Sum of RGB (Red+Green+Blue) = 97+49+150=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 150 (58.98% from 255 or 50.68% from 296); Max value from RGB is 150 - color contains mainly: blue. Hex color #613196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613196 is #9ECE69. Grayscale: #4A4A4A. Windows color (decimal): -10407530 or 9843041. OLE color: 9843041.

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

Color convert

RGB 97 49 150 -
CMYK 0.35 0.67 0 0.41
HSL 268.51º 0.51% 0.39% -
HSV(B) 268.51º 0.67% 0.59% -
XYZ 11.53 6.94 29.59 -
YUV 74.87 170.4 143.79 -
System Red Green Blue C M Y K H S L
Decimal 97 49 150 0.35 0.67 0 0.41 268.51 0.51 0.39
Hex 61 31 96 23 43 0 29 10D 33 27
Octal 141 61 226 43 103 0 51 415 63 47
Binary 1100001 110001 10010110 100011 1000011 0 101001 100001101 110011 100111

Color Harmonies of #613196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613196

Black with #613196

Text Example


Text Example

White with #613196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613196; }

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

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

background-color css

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

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

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

border-color css

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

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

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