Html Css Color HEX #652095 Kingfisher Daisy

📋 copy color: '#652095'

red 101 ◦ green 32 ◦ blue 149

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

Shades of Kingfisher Daisy #652095

Tints of Kingfisher Daisy #652095

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.35%

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

R = 35.82%
G = 11.35%
B = 52.84%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#652095 (or 0x652095) is known color: Kingfisher Daisy. HEX triplet: 65, 20 and 95. RGB value is (101,32,149). Sum of RGB (Red+Green+Blue) = 101+32+149=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #652095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652095 is #9ADF6A. Grayscale: #414141. Windows color (decimal): -10149739 or 9773157. OLE color: 9773157.

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

Color convert

RGB 101 32 149 -
CMYK 0.32 0.79 0 0.42
HSL 275.38º 0.65% 0.35% -
HSV(B) 275.38º 0.79% 0.58% -
XYZ 11.31 5.97 28.99 -
YUV 65.97 174.86 152.99 -
System Red Green Blue C M Y K H S L
Decimal 101 32 149 0.32 0.79 0 0.42 275.38 0.65 0.35
Hex 65 20 95 20 4F 0 2A 113 41 23
Octal 145 40 225 40 117 0 52 423 101 43
Binary 1100101 100000 10010101 100000 1001111 0 101010 100010011 1000001 100011

Color Harmonies of #652095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652095

Black with #652095

Text Example


Text Example

White with #652095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652095; }

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

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

background-color css

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

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

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

border-color css

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

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

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