Html Css Color HEX #612192 Kingfisher Daisy

📋 copy color: '#612192'

red 97 ◦ green 33 ◦ blue 146

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

Shades of Kingfisher Daisy #612192

Tints of Kingfisher Daisy #612192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 52.9%

R = 35.14%
G = 11.96%
B = 52.9%

CMYK

 C value IS 0.34

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#612192 (or 0x612192) is known color: Kingfisher Daisy. HEX triplet: 61, 21 and 92. RGB value is (97,33,146). Sum of RGB (Red+Green+Blue) = 97+33+146=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #612192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612192 is #9EDE6D. Grayscale: #404040. Windows color (decimal): -10411630 or 9576801. OLE color: 9576801.

HSL color Cylindrical-coordinate representation of color #612192: hue angle of 273.98º 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 #612192 is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 33 146 -
CMYK 0.34 0.77 0 0.43
HSL 273.98º 0.63% 0.35% -
HSV(B) 273.98º 0.77% 0.57% -
XYZ 10.66 5.7 27.73 -
YUV 65.02 173.7 150.81 -
System Red Green Blue C M Y K H S L
Decimal 97 33 146 0.34 0.77 0 0.43 273.98 0.63 0.35
Hex 61 21 92 22 4D 0 2B 112 3F 23
Octal 141 41 222 42 115 0 53 422 77 43
Binary 1100001 100001 10010010 100010 1001101 0 101011 100010010 111111 100011

Color Harmonies of #612192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612192

Black with #612192

Text Example


Text Example

White with #612192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612192; }

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

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

background-color css

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

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

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

border-color css

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

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

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