Html Css Color HEX #652495 Kingfisher Daisy

📋 copy color: '#652495'

red 101 ◦ green 36 ◦ blue 149

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

Shades of Kingfisher Daisy #652495

Tints of Kingfisher Daisy #652495

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.59%

 BLUE value IS 149 (58.59% from 255) = 52.1%

R = 35.31%
G = 12.59%
B = 52.1%

CMYK

 C value IS 0.32

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#652495 (or 0x652495) is known color: Kingfisher Daisy. HEX triplet: 65, 24 and 95. RGB value is (101,36,149). Sum of RGB (Red+Green+Blue) = 101+36+149=286 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.31% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #652495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652495 is #9ADB6A. Grayscale: #434343. Windows color (decimal): -10148715 or 9774181. OLE color: 9774181.

HSL color Cylindrical-coordinate representation of color #652495: hue angle of 274.51º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #652495 is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 36 149 -
CMYK 0.32 0.76 0 0.42
HSL 274.51º 0.61% 0.36% -
HSV(B) 274.51º 0.76% 0.58% -
XYZ 11.42 6.2 29.03 -
YUV 68.32 173.53 151.31 -
System Red Green Blue C M Y K H S L
Decimal 101 36 149 0.32 0.76 0 0.42 274.51 0.61 0.36
Hex 65 24 95 20 4C 0 2A 113 3D 24
Octal 145 44 225 40 114 0 52 423 75 44
Binary 1100101 100100 10010101 100000 1001100 0 101010 100010011 111101 100100

Color Harmonies of #652495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652495

Black with #652495

Text Example


Text Example

White with #652495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652495; }

 p { color: rgb(101,36,149); }

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

background-color css

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

 a { background-color: rgb(101,36,149); }

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

border-color css

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

 span { border-color: rgb(101,36,149); }

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