Html Css Color HEX #613A91 Daisy Bush

📋 copy color: '#613A91'

red 97 ◦ green 58 ◦ blue 145

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

Shades of Daisy Bush #613A91

Tints of Daisy Bush #613A91

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.33%

 BLUE value IS 145 (57.03% from 255) = 48.33%

R = 32.33%
G = 19.33%
B = 48.33%

CMYK

 C value IS 0.33

 M value IS 0.6

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#613A91 (or 0x613A91) is known color: Daisy Bush. HEX triplet: 61, 3A and 91. RGB value is (97,58,145). Sum of RGB (Red+Green+Blue) = 97+58+145=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #613A91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613A91 is #9EC56E. Grayscale: #4F4F4F. Windows color (decimal): -10405231 or 9517665. OLE color: 9517665.

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

Color convert

RGB 97 58 145 -
CMYK 0.33 0.6 0 0.43
HSL 266.9º 0.43% 0.4% -
HSV(B) 266.9º 0.6% 0.57% -
XYZ 11.55 7.61 27.65 -
YUV 79.58 164.92 140.43 -
System Red Green Blue C M Y K H S L
Decimal 97 58 145 0.33 0.6 0 0.43 266.9 0.43 0.4
Hex 61 3A 91 21 3C 0 2B 10B 2B 28
Octal 141 72 221 41 74 0 53 413 53 50
Binary 1100001 111010 10010001 100001 111100 0 101011 100001011 101011 101000

Color Harmonies of #613A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A91

Black with #613A91

Text Example


Text Example

White with #613A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613A91; }

 p { color: rgb(97,58,145); }

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

background-color css

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

 a { background-color: rgb(97,58,145); }

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

border-color css

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

 span { border-color: rgb(97,58,145); }

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