Html Css Color HEX #612795 Kingfisher Daisy

📋 copy color: '#612795'

red 97 ◦ green 39 ◦ blue 149

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

Shades of Kingfisher Daisy #612795

Tints of Kingfisher Daisy #612795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.28%

R = 34.04%
G = 13.68%
B = 52.28%

CMYK

 C value IS 0.35

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#612795 (or 0x612795) is known color: Kingfisher Daisy. HEX triplet: 61, 27 and 95. RGB value is (97,39,149). Sum of RGB (Red+Green+Blue) = 97+39+149=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #612795 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612795 is #9ED86A. Grayscale: #444444. Windows color (decimal): -10410091 or 9774945. OLE color: 9774945.

HSL color Cylindrical-coordinate representation of color #612795: hue angle of 271.64º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #612795 is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 39 149 -
CMYK 0.35 0.74 0 0.42
HSL 271.64º 0.59% 0.37% -
HSV(B) 271.64º 0.74% 0.58% -
XYZ 11.08 6.16 29.04 -
YUV 68.88 173.22 148.06 -
System Red Green Blue C M Y K H S L
Decimal 97 39 149 0.35 0.74 0 0.42 271.64 0.59 0.37
Hex 61 27 95 23 4A 0 2A 110 3B 25
Octal 141 47 225 43 112 0 52 420 73 45
Binary 1100001 100111 10010101 100011 1001010 0 101010 100010000 111011 100101

Color Harmonies of #612795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612795

Black with #612795

Text Example


Text Example

White with #612795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612795; }

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

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

background-color css

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

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

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

border-color css

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

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

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