Html Css Color HEX #613992 Daisy Bush

📋 copy color: '#613992'

red 97 ◦ green 57 ◦ blue 146

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

Shades of Daisy Bush #613992

Tints of Daisy Bush #613992

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19%

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

R = 32.33%
G = 19%
B = 48.67%

CMYK

 C value IS 0.34

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#613992 (or 0x613992) is known color: Daisy Bush. HEX triplet: 61, 39 and 92. RGB value is (97,57,146). Sum of RGB (Red+Green+Blue) = 97+57+146=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #613992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613992 is #9EC66D. Grayscale: #4E4E4E. Windows color (decimal): -10405486 or 9582945. OLE color: 9582945.

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

Color convert

RGB 97 57 146 -
CMYK 0.34 0.61 0 0.43
HSL 266.97º 0.44% 0.4% -
HSV(B) 266.97º 0.61% 0.57% -
XYZ 11.58 7.54 28.04 -
YUV 79.11 165.75 140.76 -
System Red Green Blue C M Y K H S L
Decimal 97 57 146 0.34 0.61 0 0.43 266.97 0.44 0.4
Hex 61 39 92 22 3D 0 2B 10B 2C 28
Octal 141 71 222 42 75 0 53 413 54 50
Binary 1100001 111001 10010010 100010 111101 0 101011 100001011 101100 101000

Color Harmonies of #613992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613992

Black with #613992

Text Example


Text Example

White with #613992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613992; }

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

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

background-color css

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

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

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

border-color css

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

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

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