Html Css Color HEX #652794 Kingfisher Daisy

📋 copy color: '#652794'

red 101 ◦ green 39 ◦ blue 148

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

Shades of Kingfisher Daisy #652794

Tints of Kingfisher Daisy #652794

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.54%

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

R = 35.07%
G = 13.54%
B = 51.39%

CMYK

 C value IS 0.32

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#652794 (or 0x652794) is known color: Kingfisher Daisy. HEX triplet: 65, 27 and 94. RGB value is (101,39,148). Sum of RGB (Red+Green+Blue) = 101+39+148=288 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.07% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 148 (58.20% from 255 or 51.39% from 288); Max value from RGB is 148 - color contains mainly: blue. Hex color #652794 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652794 is #9AD86B. Grayscale: #454545. Windows color (decimal): -10147948 or 9709413. OLE color: 9709413.

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

Color convert

RGB 101 39 148 -
CMYK 0.32 0.74 0 0.42
HSL 274.13º 0.58% 0.37% -
HSV(B) 274.13º 0.74% 0.58% -
XYZ 11.44 6.36 28.64 -
YUV 69.96 172.04 150.14 -
System Red Green Blue C M Y K H S L
Decimal 101 39 148 0.32 0.74 0 0.42 274.13 0.58 0.37
Hex 65 27 94 20 4A 0 2A 112 3A 25
Octal 145 47 224 40 112 0 52 422 72 45
Binary 1100101 100111 10010100 100000 1001010 0 101010 100010010 111010 100101

Color Harmonies of #652794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652794

Black with #652794

Text Example


Text Example

White with #652794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652794; }

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

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

background-color css

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

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

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

border-color css

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

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

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