Html Css Color HEX #65328D Kingfisher Daisy

📋 copy color: '#65328D'

red 101 ◦ green 50 ◦ blue 141

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

Shades of Kingfisher Daisy #65328D

Tints of Kingfisher Daisy #65328D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.12%

 BLUE value IS 141 (55.47% from 255) = 48.29%

R = 34.59%
G = 17.12%
B = 48.29%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65328D (or 0x65328D) is known color: Kingfisher Daisy. HEX triplet: 65, 32 and 8D. RGB value is (101,50,141). Sum of RGB (Red+Green+Blue) = 101+50+141=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 141 - color contains mainly: blue. Hex color #65328D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65328D is #9ACD72. Grayscale: #4B4B4B. Windows color (decimal): -10145139 or 9253477. OLE color: 9253477.

HSL color Cylindrical-coordinate representation of color #65328D: hue angle of 273.63º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #65328D is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 50 141 -
CMYK 0.28 0.65 0 0.45
HSL 273.63º 0.48% 0.37% -
HSV(B) 273.63º 0.65% 0.55% -
XYZ 11.32 6.97 25.95 -
YUV 75.62 164.9 146.1 -
System Red Green Blue C M Y K H S L
Decimal 101 50 141 0.28 0.65 0 0.45 273.63 0.48 0.37
Hex 65 32 8D 1C 41 0 2D 112 30 25
Octal 145 62 215 34 101 0 55 422 60 45
Binary 1100101 110010 10001101 11100 1000001 0 101101 100010010 110000 100101

Color Harmonies of #65328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65328D

Black with #65328D

Text Example


Text Example

White with #65328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65328D; }

 p { color: rgb(101,50,141); }

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

background-color css

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

 a { background-color: rgb(101,50,141); }

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

border-color css

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

 span { border-color: rgb(101,50,141); }

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