Html Css Color HEX #61357F Kingfisher Daisy

📋 copy color: '#61357F'

red 97 ◦ green 53 ◦ blue 127

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

Shades of Kingfisher Daisy #61357F

Tints of Kingfisher Daisy #61357F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.13%

 BLUE value IS 127 (50% from 255) = 45.85%

R = 35.02%
G = 19.13%
B = 45.85%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#61357F (or 0x61357F) is known color: Kingfisher Daisy. HEX triplet: 61, 35 and 7F. RGB value is (97,53,127). Sum of RGB (Red+Green+Blue) = 97+53+127=277 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.02% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 127 - color contains mainly: blue. Hex color #61357F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61357F is #9ECA80. Grayscale: #4A4A4A. Windows color (decimal): -10406529 or 8336737. OLE color: 8336737.

HSL color Cylindrical-coordinate representation of color #61357F: hue angle of 275.68º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61357F is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 97 53 127 -
CMYK 0.24 0.58 0 0.50
HSL 275.68º 0.41% 0.35% -
HSV(B) 275.68º 0.58% 0.5% -
XYZ 10.03 6.62 20.83 -
YUV 74.59 157.58 143.98 -
System Red Green Blue C M Y K H S L
Decimal 97 53 127 0.24 0.58 0 0.50 275.68 0.41 0.35
Hex 61 35 7F 18 3A 0 32 114 29 23
Octal 141 65 177 30 72 0 62 424 51 43
Binary 1100001 110101 1111111 11000 111010 0 110010 100010100 101001 100011

Color Harmonies of #61357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61357F

Black with #61357F

Text Example


Text Example

White with #61357F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,53,127); }

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

background-color css

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

 a { background-color: rgb(97,53,127); }

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

border-color css

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

 span { border-color: rgb(97,53,127); }

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