Html Css Color HEX #612191 Kingfisher Daisy

📋 copy color: '#612191'

red 97 ◦ green 33 ◦ blue 145

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

Shades of Kingfisher Daisy #612191

Tints of Kingfisher Daisy #612191

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12%

 BLUE value IS 145 (57.03% from 255) = 52.73%

R = 35.27%
G = 12%
B = 52.73%

CMYK

 C value IS 0.33

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#612191 (or 0x612191) is known color: Kingfisher Daisy. HEX triplet: 61, 21 and 91. RGB value is (97,33,145). Sum of RGB (Red+Green+Blue) = 97+33+145=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #612191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612191 is #9EDE6E. Grayscale: #404040. Windows color (decimal): -10411631 or 9511265. OLE color: 9511265.

HSL color Cylindrical-coordinate representation of color #612191: hue angle of 274.29º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #612191 is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 33 145 -
CMYK 0.33 0.77 0 0.43
HSL 274.29º 0.63% 0.35% -
HSV(B) 274.29º 0.77% 0.57% -
XYZ 10.58 5.67 27.33 -
YUV 64.9 173.2 150.89 -
System Red Green Blue C M Y K H S L
Decimal 97 33 145 0.33 0.77 0 0.43 274.29 0.63 0.35
Hex 61 21 91 21 4D 0 2B 112 3F 23
Octal 141 41 221 41 115 0 53 422 77 43
Binary 1100001 100001 10010001 100001 1001101 0 101011 100010010 111111 100011

Color Harmonies of #612191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612191

Black with #612191

Text Example


Text Example

White with #612191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612191; }

 p { color: rgb(97,33,145); }

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

background-color css

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

 a { background-color: rgb(97,33,145); }

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

border-color css

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

 span { border-color: rgb(97,33,145); }

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