Html Css Color HEX #613497 Daisy Bush

📋 copy color: '#613497'

red 97 ◦ green 52 ◦ blue 151

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

Shades of Daisy Bush #613497

Tints of Daisy Bush #613497

RGB

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

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

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

R = 32.33%
G = 17.33%
B = 50.33%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#613497 (or 0x613497) is known color: Daisy Bush. HEX triplet: 61, 34 and 97. RGB value is (97,52,151). Sum of RGB (Red+Green+Blue) = 97+52+151=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 151 (59.38% from 255 or 50.33% from 300); Max value from RGB is 151 - color contains mainly: blue. Hex color #613497 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613497 is #9ECB68. Grayscale: #4C4C4C. Windows color (decimal): -10406761 or 9909345. OLE color: 9909345.

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

Color convert

RGB 97 52 151 -
CMYK 0.36 0.66 0 0.41
HSL 267.27º 0.49% 0.4% -
HSV(B) 267.27º 0.66% 0.59% -
XYZ 11.74 7.23 30.06 -
YUV 76.74 169.91 142.45 -
System Red Green Blue C M Y K H S L
Decimal 97 52 151 0.36 0.66 0 0.41 267.27 0.49 0.4
Hex 61 34 97 24 42 0 29 10B 31 28
Octal 141 64 227 44 102 0 51 413 61 50
Binary 1100001 110100 10010111 100100 1000010 0 101001 100001011 110001 101000

Color Harmonies of #613497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613497

Black with #613497

Text Example


Text Example

White with #613497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613497; }

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

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

background-color css

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

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

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

border-color css

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

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

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