Html Css Color HEX #653184 Kingfisher Daisy

📋 copy color: '#653184'

red 101 ◦ green 49 ◦ blue 132

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

Shades of Kingfisher Daisy #653184

Tints of Kingfisher Daisy #653184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 46.81%

R = 35.82%
G = 17.38%
B = 46.81%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#653184 (or 0x653184) is known color: Kingfisher Daisy. HEX triplet: 65, 31 and 84. RGB value is (101,49,132). Sum of RGB (Red+Green+Blue) = 101+49+132=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 132 - color contains mainly: blue. Hex color #653184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653184 is #9ACE7B. Grayscale: #494949. Windows color (decimal): -10145404 or 8663397. OLE color: 8663397.

HSL color Cylindrical-coordinate representation of color #653184: hue angle of 277.59º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #653184 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 49 132 -
CMYK 0.23 0.63 0 0.48
HSL 277.59º 0.46% 0.35% -
HSV(B) 277.59º 0.63% 0.52% -
XYZ 10.63 6.63 22.55 -
YUV 74.01 160.73 147.25 -
System Red Green Blue C M Y K H S L
Decimal 101 49 132 0.23 0.63 0 0.48 277.59 0.46 0.35
Hex 65 31 84 17 3F 0 30 116 2E 23
Octal 145 61 204 27 77 0 60 426 56 43
Binary 1100101 110001 10000100 10111 111111 0 110000 100010110 101110 100011

Color Harmonies of #653184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653184

Black with #653184

Text Example


Text Example

White with #653184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653184; }

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

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

background-color css

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

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

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

border-color css

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

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

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