Html Css Color HEX #613494 Daisy Bush

📋 copy color: '#613494'

red 97 ◦ green 52 ◦ blue 148

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

Shades of Daisy Bush #613494

Tints of Daisy Bush #613494

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.51%

 BLUE value IS 148 (58.2% from 255) = 49.83%

R = 32.66%
G = 17.51%
B = 49.83%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#613494 (or 0x613494) is known color: Daisy Bush. HEX triplet: 61, 34 and 94. RGB value is (97,52,148). Sum of RGB (Red+Green+Blue) = 97+52+148=297 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.66% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 148 (58.20% from 255 or 49.83% from 297); Max value from RGB is 148 - color contains mainly: blue. Hex color #613494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613494 is #9ECB6B. Grayscale: #4C4C4C. Windows color (decimal): -10406764 or 9712737. OLE color: 9712737.

HSL color Cylindrical-coordinate representation of color #613494: hue angle of 268.12º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #613494 is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 52 148 -
CMYK 0.34 0.65 0 0.42
HSL 268.13º 0.48% 0.39% -
HSV(B) 268.13º 0.65% 0.58% -
XYZ 11.5 7.14 28.79 -
YUV 76.4 168.41 142.69 -
System Red Green Blue C M Y K H S L
Decimal 97 52 148 0.34 0.65 0 0.42 268.13 0.48 0.39
Hex 61 34 94 22 41 0 2A 10C 30 27
Octal 141 64 224 42 101 0 52 414 60 47
Binary 1100001 110100 10010100 100010 1000001 0 101010 100001100 110000 100111

Color Harmonies of #613494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613494

Black with #613494

Text Example


Text Example

White with #613494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613494; }

 p { color: rgb(97,52,148); }

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

background-color css

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

 a { background-color: rgb(97,52,148); }

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

border-color css

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

 span { border-color: rgb(97,52,148); }

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