Html Css Color HEX #613897 Daisy Bush

📋 copy color: '#613897'

red 97 ◦ green 56 ◦ blue 151

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

Shades of Daisy Bush #613897

Tints of Daisy Bush #613897

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.42%

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

R = 31.91%
G = 18.42%
B = 49.67%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#613897 (or 0x613897) is known color: Daisy Bush. HEX triplet: 61, 38 and 97. RGB value is (97,56,151). Sum of RGB (Red+Green+Blue) = 97+56+151=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 151 (59.38% from 255 or 49.67% from 304); Max value from RGB is 151 - color contains mainly: blue. Hex color #613897 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613897 is #9EC768. Grayscale: #4E4E4E. Windows color (decimal): -10405737 or 9910369. OLE color: 9910369.

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

Color convert

RGB 97 56 151 -
CMYK 0.36 0.63 0 0.41
HSL 265.89º 0.46% 0.41% -
HSV(B) 265.89º 0.63% 0.59% -
XYZ 11.93 7.6 30.12 -
YUV 79.09 168.58 140.78 -
System Red Green Blue C M Y K H S L
Decimal 97 56 151 0.36 0.63 0 0.41 265.89 0.46 0.41
Hex 61 38 97 24 3F 0 29 10A 2E 29
Octal 141 70 227 44 77 0 51 412 56 51
Binary 1100001 111000 10010111 100100 111111 0 101001 100001010 101110 101001

Color Harmonies of #613897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613897

Black with #613897

Text Example


Text Example

White with #613897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613897; }

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

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

background-color css

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

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

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

border-color css

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

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

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