Html Css Color HEX #613292 Daisy Bush

📋 copy color: '#613292'

red 97 ◦ green 50 ◦ blue 146

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

Shades of Daisy Bush #613292

Tints of Daisy Bush #613292

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.06%

 BLUE value IS 146 (57.42% from 255) = 49.83%

R = 33.11%
G = 17.06%
B = 49.83%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#613292 (or 0x613292) is known color: Daisy Bush. HEX triplet: 61, 32 and 92. RGB value is (97,50,146). Sum of RGB (Red+Green+Blue) = 97+50+146=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #613292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613292 is #9ECD6D. Grayscale: #4A4A4A. Windows color (decimal): -10407278 or 9581153. OLE color: 9581153.

HSL color Cylindrical-coordinate representation of color #613292: hue angle of 269.38º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #613292 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 50 146 -
CMYK 0.34 0.66 0 0.43
HSL 269.38º 0.49% 0.38% -
HSV(B) 269.38º 0.66% 0.57% -
XYZ 11.26 6.9 27.93 -
YUV 75 168.07 143.69 -
System Red Green Blue C M Y K H S L
Decimal 97 50 146 0.34 0.66 0 0.43 269.38 0.49 0.38
Hex 61 32 92 22 42 0 2B 10D 31 26
Octal 141 62 222 42 102 0 53 415 61 46
Binary 1100001 110010 10010010 100010 1000010 0 101011 100001101 110001 100110

Color Harmonies of #613292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613292

Black with #613292

Text Example


Text Example

White with #613292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613292; }

 p { color: rgb(97,50,146); }

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

background-color css

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

 a { background-color: rgb(97,50,146); }

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

border-color css

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

 span { border-color: rgb(97,50,146); }

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