Html Css Color HEX #612792 Kingfisher Daisy

📋 copy color: '#612792'

red 97 ◦ green 39 ◦ blue 146

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

Shades of Kingfisher Daisy #612792

Tints of Kingfisher Daisy #612792

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.83%

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

R = 34.4%
G = 13.83%
B = 51.77%

CMYK

 C value IS 0.34

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#612792 (or 0x612792) is known color: Kingfisher Daisy. HEX triplet: 61, 27 and 92. RGB value is (97,39,146). Sum of RGB (Red+Green+Blue) = 97+39+146=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #612792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612792 is #9ED86D. Grayscale: #444444. Windows color (decimal): -10410094 or 9578337. OLE color: 9578337.

HSL color Cylindrical-coordinate representation of color #612792: hue angle of 272.52º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #612792 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 39 146 -
CMYK 0.34 0.73 0 0.43
HSL 272.52º 0.58% 0.36% -
HSV(B) 272.52º 0.73% 0.57% -
XYZ 10.84 6.07 27.79 -
YUV 68.54 171.72 148.3 -
System Red Green Blue C M Y K H S L
Decimal 97 39 146 0.34 0.73 0 0.43 272.52 0.58 0.36
Hex 61 27 92 22 49 0 2B 111 3A 24
Octal 141 47 222 42 111 0 53 421 72 44
Binary 1100001 100111 10010010 100010 1001001 0 101011 100010001 111010 100100

Color Harmonies of #612792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612792

Black with #612792

Text Example


Text Example

White with #612792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612792; }

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

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

background-color css

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

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

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

border-color css

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

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

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