Html Css Color HEX #653185 Kingfisher Daisy

📋 copy color: '#653185'

red 101 ◦ green 49 ◦ blue 133

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

Shades of Kingfisher Daisy #653185

Tints of Kingfisher Daisy #653185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 47%

R = 35.69%
G = 17.31%
B = 47%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#653185 (or 0x653185) is known color: Kingfisher Daisy. HEX triplet: 65, 31 and 85. RGB value is (101,49,133). Sum of RGB (Red+Green+Blue) = 101+49+133=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #653185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653185 is #9ACE7A. Grayscale: #494949. Windows color (decimal): -10145403 or 8728933. OLE color: 8728933.

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

Color convert

RGB 101 49 133 -
CMYK 0.24 0.63 0 0.48
HSL 277.14º 0.46% 0.36% -
HSV(B) 277.14º 0.63% 0.52% -
XYZ 10.7 6.66 22.91 -
YUV 74.12 161.23 147.17 -
System Red Green Blue C M Y K H S L
Decimal 101 49 133 0.24 0.63 0 0.48 277.14 0.46 0.36
Hex 65 31 85 18 3F 0 30 115 2E 24
Octal 145 61 205 30 77 0 60 425 56 44
Binary 1100101 110001 10000101 11000 111111 0 110000 100010101 101110 100100

Color Harmonies of #653185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653185

Black with #653185

Text Example


Text Example

White with #653185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653185; }

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

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

background-color css

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

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

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

border-color css

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

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

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