Html Css Color HEX #61247D Kingfisher Daisy

📋 copy color: '#61247D'

red 97 ◦ green 36 ◦ blue 125

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

Shades of Kingfisher Daisy #61247D

Tints of Kingfisher Daisy #61247D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.95%

 BLUE value IS 125 (49.22% from 255) = 48.45%

R = 37.6%
G = 13.95%
B = 48.45%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#61247D (or 0x61247D) is known color: Kingfisher Daisy. HEX triplet: 61, 24 and 7D. RGB value is (97,36,125). Sum of RGB (Red+Green+Blue) = 97+36+125=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 125 (49.22% from 255 or 48.45% from 258); Max value from RGB is 125 - color contains mainly: blue. Hex color #61247D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61247D is #9EDB82. Grayscale: #404040. Windows color (decimal): -10410883 or 8201313. OLE color: 8201313.

HSL color Cylindrical-coordinate representation of color #61247D: hue angle of 281.12º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #61247D is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 97 36 125 -
CMYK 0.22 0.71 0 0.51
HSL 281.12º 0.55% 0.32% -
HSV(B) 281.12º 0.71% 0.49% -
XYZ 9.26 5.28 19.93 -
YUV 64.39 162.21 151.26 -
System Red Green Blue C M Y K H S L
Decimal 97 36 125 0.22 0.71 0 0.51 281.12 0.55 0.32
Hex 61 24 7D 16 47 0 33 119 37 20
Octal 141 44 175 26 107 0 63 431 67 40
Binary 1100001 100100 1111101 10110 1000111 0 110011 100011001 110111 100000

Color Harmonies of #61247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61247D

Black with #61247D

Text Example


Text Example

White with #61247D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,36,125); }

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

background-color css

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

 a { background-color: rgb(97,36,125); }

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

border-color css

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

 span { border-color: rgb(97,36,125); }

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