Html Css Color HEX #613A99 Daisy Bush

📋 copy color: '#613A99'

red 97 ◦ green 58 ◦ blue 153

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

Shades of Daisy Bush #613A99

Tints of Daisy Bush #613A99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 49.68%

R = 31.49%
G = 18.83%
B = 49.68%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#613A99 (or 0x613A99) is known color: Daisy Bush. HEX triplet: 61, 3A and 99. RGB value is (97,58,153). Sum of RGB (Red+Green+Blue) = 97+58+153=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #613A99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613A99 is #9EC566. Grayscale: #505050. Windows color (decimal): -10405223 or 10041953. OLE color: 10041953.

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

Color convert

RGB 97 58 153 -
CMYK 0.37 0.62 0 0.4
HSL 264.63º 0.45% 0.41% -
HSV(B) 264.63º 0.62% 0.6% -
XYZ 12.19 7.87 31.01 -
YUV 80.49 168.92 139.78 -
System Red Green Blue C M Y K H S L
Decimal 97 58 153 0.37 0.62 0 0.4 264.63 0.45 0.41
Hex 61 3A 99 25 3E 0 28 109 2D 29
Octal 141 72 231 45 76 0 50 411 55 51
Binary 1100001 111010 10011001 100101 111110 0 101000 100001001 101101 101001

Color Harmonies of #613A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A99

Black with #613A99

Text Example


Text Example

White with #613A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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