Html Css Color HEX #613995 Daisy Bush

📋 copy color: '#613995'

red 97 ◦ green 57 ◦ blue 149

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

Shades of Daisy Bush #613995

Tints of Daisy Bush #613995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.17%

R = 32.01%
G = 18.81%
B = 49.17%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#613995 (or 0x613995) is known color: Daisy Bush. HEX triplet: 61, 39 and 95. RGB value is (97,57,149). Sum of RGB (Red+Green+Blue) = 97+57+149=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #613995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613995 is #9EC66A. Grayscale: #4F4F4F. Windows color (decimal): -10405483 or 9779553. OLE color: 9779553.

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

Color convert

RGB 97 57 149 -
CMYK 0.35 0.62 0 0.42
HSL 266.09º 0.45% 0.4% -
HSV(B) 266.09º 0.62% 0.58% -
XYZ 11.82 7.64 29.29 -
YUV 79.45 167.25 140.52 -
System Red Green Blue C M Y K H S L
Decimal 97 57 149 0.35 0.62 0 0.42 266.09 0.45 0.4
Hex 61 39 95 23 3E 0 2A 10A 2D 28
Octal 141 71 225 43 76 0 52 412 55 50
Binary 1100001 111001 10010101 100011 111110 0 101010 100001010 101101 101000

Color Harmonies of #613995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613995

Black with #613995

Text Example


Text Example

White with #613995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613995; }

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

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

background-color css

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

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

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

border-color css

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

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

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