Html Css Color HEX #65327F Kingfisher Daisy

📋 copy color: '#65327F'

red 101 ◦ green 50 ◦ blue 127

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

Shades of Kingfisher Daisy #65327F

Tints of Kingfisher Daisy #65327F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 45.68%

R = 36.33%
G = 17.99%
B = 45.68%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#65327F (or 0x65327F) is known color: Kingfisher Daisy. HEX triplet: 65, 32 and 7F. RGB value is (101,50,127). Sum of RGB (Red+Green+Blue) = 101+50+127=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 127 - color contains mainly: blue. Hex color #65327F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65327F is #9ACD80. Grayscale: #494949. Windows color (decimal): -10145153 or 8335973. OLE color: 8335973.

HSL color Cylindrical-coordinate representation of color #65327F: hue angle of 279.74º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #65327F is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 101 50 127 -
CMYK 0.20 0.61 0 0.50
HSL 279.74º 0.44% 0.35% -
HSV(B) 279.74º 0.61% 0.5% -
XYZ 10.34 6.58 20.8 -
YUV 74.03 157.9 147.24 -
System Red Green Blue C M Y K H S L
Decimal 101 50 127 0.20 0.61 0 0.50 279.74 0.44 0.35
Hex 65 32 7F 14 3D 0 32 118 2C 23
Octal 145 62 177 24 75 0 62 430 54 43
Binary 1100101 110010 1111111 10100 111101 0 110010 100011000 101100 100011

Color Harmonies of #65327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65327F

Black with #65327F

Text Example


Text Example

White with #65327F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65327F; }

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

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

background-color css

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

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

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

border-color css

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

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

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