Html Css Color HEX #61368F Daisy Bush

📋 copy color: '#61368F'

red 97 ◦ green 54 ◦ blue 143

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

Shades of Daisy Bush #61368F

Tints of Daisy Bush #61368F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.37%

 BLUE value IS 143 (56.25% from 255) = 48.64%

R = 32.99%
G = 18.37%
B = 48.64%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#61368F (or 0x61368F) is known color: Daisy Bush. HEX triplet: 61, 36 and 8F. RGB value is (97,54,143). Sum of RGB (Red+Green+Blue) = 97+54+143=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 143 (56.25% from 255 or 48.64% from 294); Max value from RGB is 143 - color contains mainly: blue. Hex color #61368F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61368F is #9EC970. Grayscale: #4C4C4C. Windows color (decimal): -10406257 or 9385569. OLE color: 9385569.

HSL color Cylindrical-coordinate representation of color #61368F: hue angle of 268.99º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61368F is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 54 143 -
CMYK 0.32 0.62 0 0.44
HSL 268.99º 0.45% 0.39% -
HSV(B) 268.99º 0.62% 0.56% -
XYZ 11.21 7.16 26.78 -
YUV 77 165.25 142.26 -
System Red Green Blue C M Y K H S L
Decimal 97 54 143 0.32 0.62 0 0.44 268.99 0.45 0.39
Hex 61 36 8F 20 3E 0 2C 10D 2D 27
Octal 141 66 217 40 76 0 54 415 55 47
Binary 1100001 110110 10001111 100000 111110 0 101100 100001101 101101 100111

Color Harmonies of #61368F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61368F

Black with #61368F

Text Example


Text Example

White with #61368F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61368F; }

 p { color: rgb(97,54,143); }

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

background-color css

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

 a { background-color: rgb(97,54,143); }

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

border-color css

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

 span { border-color: rgb(97,54,143); }

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