Html Css Color HEX #653190 Kingfisher Daisy

📋 copy color: '#653190'

red 101 ◦ green 49 ◦ blue 144

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

Shades of Kingfisher Daisy #653190

Tints of Kingfisher Daisy #653190

RGB

 RED value IS 101 (39.84% from 255) = 34.35%

 GREEN value IS 49 (19.53% from 255) = 16.67%

 BLUE value IS 144 (56.64% from 255) = 48.98%

R = 34.35%
G = 16.67%
B = 48.98%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#653190 (or 0x653190) is known color: Kingfisher Daisy. HEX triplet: 65, 31 and 90. RGB value is (101,49,144). Sum of RGB (Red+Green+Blue) = 101+49+144=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #653190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653190 is #9ACE6F. Grayscale: #4B4B4B. Windows color (decimal): -10145392 or 9449829. OLE color: 9449829.

HSL color Cylindrical-coordinate representation of color #653190: hue angle of 272.84º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #653190 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 49 144 -
CMYK 0.30 0.66 0 0.44
HSL 272.84º 0.49% 0.38% -
HSV(B) 272.84º 0.66% 0.56% -
XYZ 11.5 6.98 27.13 -
YUV 75.38 166.73 146.28 -
System Red Green Blue C M Y K H S L
Decimal 101 49 144 0.30 0.66 0 0.44 272.84 0.49 0.38
Hex 65 31 90 1E 42 0 2C 111 31 26
Octal 145 61 220 36 102 0 54 421 61 46
Binary 1100101 110001 10010000 11110 1000010 0 101100 100010001 110001 100110

Color Harmonies of #653190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653190

Black with #653190

Text Example


Text Example

White with #653190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653190; }

 p { color: rgb(101,49,144); }

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

background-color css

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

 a { background-color: rgb(101,49,144); }

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

border-color css

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

 span { border-color: rgb(101,49,144); }

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