Html Css Color HEX #613498 Daisy Bush

📋 copy color: '#613498'

red 97 ◦ green 52 ◦ blue 152

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

Shades of Daisy Bush #613498

Tints of Daisy Bush #613498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 50.5%

R = 32.23%
G = 17.28%
B = 50.5%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#613498 (or 0x613498) is known color: Daisy Bush. HEX triplet: 61, 34 and 98. RGB value is (97,52,152). Sum of RGB (Red+Green+Blue) = 97+52+152=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #613498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613498 is #9ECB67. Grayscale: #4C4C4C. Windows color (decimal): -10406760 or 9974881. OLE color: 9974881.

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

Color convert

RGB 97 52 152 -
CMYK 0.36 0.66 0 0.40
HSL 267º 0.49% 0.4% -
HSV(B) 267º 0.66% 0.6% -
XYZ 11.83 7.26 30.48 -
YUV 76.86 170.41 142.37 -
System Red Green Blue C M Y K H S L
Decimal 97 52 152 0.36 0.66 0 0.40 267 0.49 0.4
Hex 61 34 98 24 42 0 28 10B 31 28
Octal 141 64 230 44 102 0 50 413 61 50
Binary 1100001 110100 10011000 100100 1000010 0 101000 100001011 110001 101000

Color Harmonies of #613498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613498

Black with #613498

Text Example


Text Example

White with #613498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613498; }

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

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

background-color css

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

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

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

border-color css

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

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

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