Html Css Color HEX #612397 Kingfisher Daisy

📋 copy color: '#612397'

red 97 ◦ green 35 ◦ blue 151

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

Shades of Kingfisher Daisy #612397

Tints of Kingfisher Daisy #612397

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.37%

 BLUE value IS 151 (59.38% from 255) = 53.36%

R = 34.28%
G = 12.37%
B = 53.36%

CMYK

 C value IS 0.36

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#612397 (or 0x612397) is known color: Kingfisher Daisy. HEX triplet: 61, 23 and 97. RGB value is (97,35,151). Sum of RGB (Red+Green+Blue) = 97+35+151=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 151 (59.38% from 255 or 53.36% from 283); Max value from RGB is 151 - color contains mainly: blue. Hex color #612397 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612397 is #9EDC68. Grayscale: #424242. Windows color (decimal): -10411113 or 9904993. OLE color: 9904993.

HSL color Cylindrical-coordinate representation of color #612397: hue angle of 272.07º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #612397 is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 35 151 -
CMYK 0.36 0.77 0 0.41
HSL 272.07º 0.62% 0.36% -
HSV(B) 272.07º 0.77% 0.59% -
XYZ 11.12 5.98 29.85 -
YUV 66.76 175.54 149.57 -
System Red Green Blue C M Y K H S L
Decimal 97 35 151 0.36 0.77 0 0.41 272.07 0.62 0.36
Hex 61 23 97 24 4D 0 29 110 3E 24
Octal 141 43 227 44 115 0 51 420 76 44
Binary 1100001 100011 10010111 100100 1001101 0 101001 100010000 111110 100100

Color Harmonies of #612397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612397

Black with #612397

Text Example


Text Example

White with #612397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612397; }

 p { color: rgb(97,35,151); }

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

background-color css

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

 a { background-color: rgb(97,35,151); }

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

border-color css

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

 span { border-color: rgb(97,35,151); }

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