Html Css Color HEX #613893 Daisy Bush

📋 copy color: '#613893'

red 97 ◦ green 56 ◦ blue 147

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

Shades of Daisy Bush #613893

Tints of Daisy Bush #613893

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.67%

 BLUE value IS 147 (57.81% from 255) = 49%

R = 32.33%
G = 18.67%
B = 49%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#613893 (or 0x613893) is known color: Daisy Bush. HEX triplet: 61, 38 and 93. RGB value is (97,56,147). Sum of RGB (Red+Green+Blue) = 97+56+147=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #613893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613893 is #9EC76C. Grayscale: #4E4E4E. Windows color (decimal): -10405741 or 9648225. OLE color: 9648225.

HSL color Cylindrical-coordinate representation of color #613893: hue angle of 267.03º 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 #613893 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 56 147 -
CMYK 0.34 0.62 0 0.42
HSL 267.03º 0.45% 0.4% -
HSV(B) 267.03º 0.62% 0.58% -
XYZ 11.61 7.48 28.43 -
YUV 78.63 166.58 141.1 -
System Red Green Blue C M Y K H S L
Decimal 97 56 147 0.34 0.62 0 0.42 267.03 0.45 0.4
Hex 61 38 93 22 3E 0 2A 10B 2D 28
Octal 141 70 223 42 76 0 52 413 55 50
Binary 1100001 111000 10010011 100010 111110 0 101010 100001011 101101 101000

Color Harmonies of #613893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613893

Black with #613893

Text Example


Text Example

White with #613893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613893; }

 p { color: rgb(97,56,147); }

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

background-color css

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

 a { background-color: rgb(97,56,147); }

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

border-color css

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

 span { border-color: rgb(97,56,147); }

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