Html Css Color HEX #612581 Kingfisher Daisy

📋 copy color: '#612581'

red 97 ◦ green 37 ◦ blue 129

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

Shades of Kingfisher Daisy #612581

Tints of Kingfisher Daisy #612581

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.07%

 BLUE value IS 129 (50.78% from 255) = 49.05%

R = 36.88%
G = 14.07%
B = 49.05%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#612581 (or 0x612581) is known color: Kingfisher Daisy. HEX triplet: 61, 25 and 81. RGB value is (97,37,129). Sum of RGB (Red+Green+Blue) = 97+37+129=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 129 (50.78% from 255 or 49.05% from 263); Max value from RGB is 129 - color contains mainly: blue. Hex color #612581 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612581 is #9EDA7E. Grayscale: #414141. Windows color (decimal): -10410623 or 8463713. OLE color: 8463713.

HSL color Cylindrical-coordinate representation of color #612581: hue angle of 279.13º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #612581 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 37 129 -
CMYK 0.25 0.71 0 0.49
HSL 279.13º 0.55% 0.33% -
HSV(B) 279.13º 0.71% 0.51% -
XYZ 9.55 5.45 21.32 -
YUV 65.43 163.88 150.52 -
System Red Green Blue C M Y K H S L
Decimal 97 37 129 0.25 0.71 0 0.49 279.13 0.55 0.33
Hex 61 25 81 19 47 0 31 117 37 21
Octal 141 45 201 31 107 0 61 427 67 41
Binary 1100001 100101 10000001 11001 1000111 0 110001 100010111 110111 100001

Color Harmonies of #612581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612581

Black with #612581

Text Example


Text Example

White with #612581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612581; }

 p { color: rgb(97,37,129); }

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

background-color css

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

 a { background-color: rgb(97,37,129); }

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

border-color css

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

 span { border-color: rgb(97,37,129); }

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