Html Css Color HEX #652594 Kingfisher Daisy

📋 copy color: '#652594'

red 101 ◦ green 37 ◦ blue 148

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

Shades of Kingfisher Daisy #652594

Tints of Kingfisher Daisy #652594

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.94%

 BLUE value IS 148 (58.2% from 255) = 51.75%

R = 35.31%
G = 12.94%
B = 51.75%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#652594 (or 0x652594) is known color: Kingfisher Daisy. HEX triplet: 65, 25 and 94. RGB value is (101,37,148). Sum of RGB (Red+Green+Blue) = 101+37+148=286 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.31% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 148 (58.20% from 255 or 51.75% from 286); Max value from RGB is 148 - color contains mainly: blue. Hex color #652594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652594 is #9ADA6B. Grayscale: #444444. Windows color (decimal): -10148460 or 9708901. OLE color: 9708901.

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

Color convert

RGB 101 37 148 -
CMYK 0.32 0.75 0 0.42
HSL 274.59º 0.6% 0.36% -
HSV(B) 274.59º 0.75% 0.58% -
XYZ 11.37 6.23 28.62 -
YUV 68.79 172.7 150.97 -
System Red Green Blue C M Y K H S L
Decimal 101 37 148 0.32 0.75 0 0.42 274.59 0.6 0.36
Hex 65 25 94 20 4B 0 2A 113 3C 24
Octal 145 45 224 40 113 0 52 423 74 44
Binary 1100101 100101 10010100 100000 1001011 0 101010 100010011 111100 100100

Color Harmonies of #652594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652594

Black with #652594

Text Example


Text Example

White with #652594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652594; }

 p { color: rgb(101,37,148); }

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

background-color css

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

 a { background-color: rgb(101,37,148); }

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

border-color css

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

 span { border-color: rgb(101,37,148); }

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