Html Css Color HEX #61398D Daisy Bush

📋 copy color: '#61398D'

red 97 ◦ green 57 ◦ blue 141

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

Shades of Daisy Bush #61398D

Tints of Daisy Bush #61398D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 47.8%

R = 32.88%
G = 19.32%
B = 47.8%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#61398D (or 0x61398D) is known color: Daisy Bush. HEX triplet: 61, 39 and 8D. RGB value is (97,57,141). Sum of RGB (Red+Green+Blue) = 97+57+141=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #61398D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61398D is #9EC672. Grayscale: #4E4E4E. Windows color (decimal): -10405491 or 9255265. OLE color: 9255265.

HSL color Cylindrical-coordinate representation of color #61398D: hue angle of 268.57º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61398D is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 57 141 -
CMYK 0.31 0.60 0 0.45
HSL 268.57º 0.42% 0.39% -
HSV(B) 268.57º 0.6% 0.55% -
XYZ 11.2 7.39 26.04 -
YUV 78.54 163.25 141.17 -
System Red Green Blue C M Y K H S L
Decimal 97 57 141 0.31 0.60 0 0.45 268.57 0.42 0.39
Hex 61 39 8D 1F 3C 0 2D 10D 2A 27
Octal 141 71 215 37 74 0 55 415 52 47
Binary 1100001 111001 10001101 11111 111100 0 101101 100001101 101010 100111

Color Harmonies of #61398D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61398D

Black with #61398D

Text Example


Text Example

White with #61398D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61398D; }

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

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

background-color css

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

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

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

border-color css

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

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

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