Html Css Color HEX #613795 Daisy Bush

📋 copy color: '#613795'

red 97 ◦ green 55 ◦ blue 149

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

Shades of Daisy Bush #613795

Tints of Daisy Bush #613795

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.27%

 BLUE value IS 149 (58.59% from 255) = 49.5%

R = 32.23%
G = 18.27%
B = 49.5%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#613795 (or 0x613795) is known color: Daisy Bush. HEX triplet: 61, 37 and 95. RGB value is (97,55,149). Sum of RGB (Red+Green+Blue) = 97+55+149=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #613795 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613795 is #9EC86A. Grayscale: #4D4D4D. Windows color (decimal): -10405995 or 9779041. OLE color: 9779041.

HSL color Cylindrical-coordinate representation of color #613795: hue angle of 266.81º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #613795 is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 55 149 -
CMYK 0.35 0.63 0 0.42
HSL 266.81º 0.46% 0.4% -
HSV(B) 266.81º 0.63% 0.58% -
XYZ 11.72 7.44 29.25 -
YUV 78.27 167.91 141.36 -
System Red Green Blue C M Y K H S L
Decimal 97 55 149 0.35 0.63 0 0.42 266.81 0.46 0.4
Hex 61 37 95 23 3F 0 2A 10B 2E 28
Octal 141 67 225 43 77 0 52 413 56 50
Binary 1100001 110111 10010101 100011 111111 0 101010 100001011 101110 101000

Color Harmonies of #613795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613795

Black with #613795

Text Example


Text Example

White with #613795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613795; }

 p { color: rgb(97,55,149); }

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

background-color css

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

 a { background-color: rgb(97,55,149); }

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

border-color css

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

 span { border-color: rgb(97,55,149); }

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