Html Css Color HEX #613996 Daisy Bush

📋 copy color: '#613996'

red 97 ◦ green 57 ◦ blue 150

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

Shades of Daisy Bush #613996

Tints of Daisy Bush #613996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 49.34%

R = 31.91%
G = 18.75%
B = 49.34%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#613996 (or 0x613996) is known color: Daisy Bush. HEX triplet: 61, 39 and 96. RGB value is (97,57,150). Sum of RGB (Red+Green+Blue) = 97+57+150=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #613996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613996 is #9EC669. Grayscale: #4F4F4F. Windows color (decimal): -10405482 or 9845089. OLE color: 9845089.

HSL color Cylindrical-coordinate representation of color #613996: hue angle of 265.81º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #613996 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 57 150 -
CMYK 0.35 0.62 0 0.41
HSL 265.81º 0.45% 0.41% -
HSV(B) 265.81º 0.62% 0.59% -
XYZ 11.9 7.67 29.71 -
YUV 79.56 167.75 140.44 -
System Red Green Blue C M Y K H S L
Decimal 97 57 150 0.35 0.62 0 0.41 265.81 0.45 0.41
Hex 61 39 96 23 3E 0 29 10A 2D 29
Octal 141 71 226 43 76 0 51 412 55 51
Binary 1100001 111001 10010110 100011 111110 0 101001 100001010 101101 101001

Color Harmonies of #613996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613996

Black with #613996

Text Example


Text Example

White with #613996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613996; }

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

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

background-color css

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

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

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

border-color css

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

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

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