Html Css Color HEX #652190 Kingfisher Daisy

📋 copy color: '#652190'

red 101 ◦ green 33 ◦ blue 144

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

Shades of Kingfisher Daisy #652190

Tints of Kingfisher Daisy #652190

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.87%

 BLUE value IS 144 (56.64% from 255) = 51.8%

R = 36.33%
G = 11.87%
B = 51.8%

CMYK

 C value IS 0.30

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#652190 (or 0x652190) is known color: Kingfisher Daisy. HEX triplet: 65, 21 and 90. RGB value is (101,33,144). Sum of RGB (Red+Green+Blue) = 101+33+144=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #652190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652190 is #9ADE6F. Grayscale: #414141. Windows color (decimal): -10149488 or 9445733. OLE color: 9445733.

HSL color Cylindrical-coordinate representation of color #652190: hue angle of 276.76º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #652190 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 33 144 -
CMYK 0.30 0.77 0 0.44
HSL 276.76º 0.63% 0.35% -
HSV(B) 276.76º 0.77% 0.56% -
XYZ 10.94 5.87 26.94 -
YUV 65.99 172.03 152.97 -
System Red Green Blue C M Y K H S L
Decimal 101 33 144 0.30 0.77 0 0.44 276.76 0.63 0.35
Hex 65 21 90 1E 4D 0 2C 115 3F 23
Octal 145 41 220 36 115 0 54 425 77 43
Binary 1100101 100001 10010000 11110 1001101 0 101100 100010101 111111 100011

Color Harmonies of #652190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652190

Black with #652190

Text Example


Text Example

White with #652190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652190; }

 p { color: rgb(101,33,144); }

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

background-color css

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

 a { background-color: rgb(101,33,144); }

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

border-color css

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

 span { border-color: rgb(101,33,144); }

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