Html Css Color HEX #612D7E Kingfisher Daisy

📋 copy color: '#612D7E'

red 97 ◦ green 45 ◦ blue 126

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

Shades of Kingfisher Daisy #612D7E

Tints of Kingfisher Daisy #612D7E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.79%

 BLUE value IS 126 (49.61% from 255) = 47.01%

R = 36.19%
G = 16.79%
B = 47.01%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#612D7E (or 0x612D7E) is known color: Kingfisher Daisy. HEX triplet: 61, 2D and 7E. RGB value is (97,45,126). Sum of RGB (Red+Green+Blue) = 97+45+126=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 126 (49.61% from 255 or 47.01% from 268); Max value from RGB is 126 - color contains mainly: blue. Hex color #612D7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612D7E is #9ED281. Grayscale: #454545. Windows color (decimal): -10408578 or 8269153. OLE color: 8269153.

HSL color Cylindrical-coordinate representation of color #612D7E: hue angle of 278.52º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #612D7E is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 97 45 126 -
CMYK 0.23 0.64 0 0.51
HSL 278.52º 0.47% 0.34% -
HSV(B) 278.52º 0.64% 0.49% -
XYZ 9.63 5.92 20.37 -
YUV 69.78 159.73 147.41 -
System Red Green Blue C M Y K H S L
Decimal 97 45 126 0.23 0.64 0 0.51 278.52 0.47 0.34
Hex 61 2D 7E 17 40 0 33 117 2F 22
Octal 141 55 176 27 100 0 63 427 57 42
Binary 1100001 101101 1111110 10111 1000000 0 110011 100010111 101111 100010

Color Harmonies of #612D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612D7E

Black with #612D7E

Text Example


Text Example

White with #612D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612D7E; }

 p { color: rgb(97,45,126); }

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

background-color css

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

 a { background-color: rgb(97,45,126); }

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

border-color css

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

 span { border-color: rgb(97,45,126); }

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