Html Css Color HEX #613E8D Daisy Bush

📋 copy color: '#613E8D'

red 97 ◦ green 62 ◦ blue 141

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

Shades of Daisy Bush #613E8D

Tints of Daisy Bush #613E8D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.67%

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

R = 32.33%
G = 20.67%
B = 47%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#613E8D (or 0x613E8D) is known color: Daisy Bush. HEX triplet: 61, 3E and 8D. RGB value is (97,62,141). Sum of RGB (Red+Green+Blue) = 97+62+141=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 141 - color contains mainly: blue. Hex color #613E8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613E8D is #9EC172. Grayscale: #515151. Windows color (decimal): -10404211 or 9256545. OLE color: 9256545.

HSL color Cylindrical-coordinate representation of color #613E8D: hue angle of 266.58º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #613E8D is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 62 141 -
CMYK 0.31 0.56 0 0.45
HSL 266.58º 0.39% 0.4% -
HSV(B) 266.58º 0.56% 0.55% -
XYZ 11.46 7.91 26.12 -
YUV 81.47 161.6 139.08 -
System Red Green Blue C M Y K H S L
Decimal 97 62 141 0.31 0.56 0 0.45 266.58 0.39 0.4
Hex 61 3E 8D 1F 38 0 2D 10B 27 28
Octal 141 76 215 37 70 0 55 413 47 50
Binary 1100001 111110 10001101 11111 111000 0 101101 100001011 100111 101000

Color Harmonies of #613E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613E8D

Black with #613E8D

Text Example


Text Example

White with #613E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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