Html Css Color HEX #653280 Kingfisher Daisy

📋 copy color: '#653280'

red 101 ◦ green 50 ◦ blue 128

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

Shades of Kingfisher Daisy #653280

Tints of Kingfisher Daisy #653280

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.92%

 BLUE value IS 128 (50.39% from 255) = 45.88%

R = 36.2%
G = 17.92%
B = 45.88%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#653280 (or 0x653280) is known color: Kingfisher Daisy. HEX triplet: 65, 32 and 80. RGB value is (101,50,128). Sum of RGB (Red+Green+Blue) = 101+50+128=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 128 - color contains mainly: blue. Hex color #653280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653280 is #9ACD7F. Grayscale: #494949. Windows color (decimal): -10145152 or 8401509. OLE color: 8401509.

HSL color Cylindrical-coordinate representation of color #653280: hue angle of 279.23º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #653280 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 101 50 128 -
CMYK 0.21 0.61 0 0.50
HSL 279.23º 0.44% 0.35% -
HSV(B) 279.23º 0.61% 0.5% -
XYZ 10.4 6.61 21.15 -
YUV 74.14 158.4 147.16 -
System Red Green Blue C M Y K H S L
Decimal 101 50 128 0.21 0.61 0 0.50 279.23 0.44 0.35
Hex 65 32 80 15 3D 0 32 117 2C 23
Octal 145 62 200 25 75 0 62 427 54 43
Binary 1100101 110010 10000000 10101 111101 0 110010 100010111 101100 100011

Color Harmonies of #653280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653280

Black with #653280

Text Example


Text Example

White with #653280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653280; }

 p { color: rgb(101,50,128); }

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

background-color css

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

 a { background-color: rgb(101,50,128); }

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

border-color css

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

 span { border-color: rgb(101,50,128); }

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