Html Css Color HEX #613592 Daisy Bush

📋 copy color: '#613592'

red 97 ◦ green 53 ◦ blue 146

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

Shades of Daisy Bush #613592

Tints of Daisy Bush #613592

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.91%

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

R = 32.77%
G = 17.91%
B = 49.32%

CMYK

 C value IS 0.34

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#613592 (or 0x613592) is known color: Daisy Bush. HEX triplet: 61, 35 and 92. RGB value is (97,53,146). Sum of RGB (Red+Green+Blue) = 97+53+146=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #613592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613592 is #9ECA6D. Grayscale: #4C4C4C. Windows color (decimal): -10406510 or 9581921. OLE color: 9581921.

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

Color convert

RGB 97 53 146 -
CMYK 0.34 0.64 0 0.43
HSL 268.39º 0.47% 0.39% -
HSV(B) 268.39º 0.64% 0.57% -
XYZ 11.39 7.16 27.98 -
YUV 76.76 167.08 142.44 -
System Red Green Blue C M Y K H S L
Decimal 97 53 146 0.34 0.64 0 0.43 268.39 0.47 0.39
Hex 61 35 92 22 40 0 2B 10C 2F 27
Octal 141 65 222 42 100 0 53 414 57 47
Binary 1100001 110101 10010010 100010 1000000 0 101011 100001100 101111 100111

Color Harmonies of #613592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613592

Black with #613592

Text Example


Text Example

White with #613592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613592; }

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

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

background-color css

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

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

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

border-color css

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

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

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