Html Css Color HEX #632C80 Kingfisher Daisy

📋 copy color: '#632C80'

red 99 ◦ green 44 ◦ blue 128

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

Shades of Kingfisher Daisy #632C80

Tints of Kingfisher Daisy #632C80

RGB

 RED value IS 99 (39.06% from 255) = 36.53%

 GREEN value IS 44 (17.58% from 255) = 16.24%

 BLUE value IS 128 (50.39% from 255) = 47.23%

R = 36.53%
G = 16.24%
B = 47.23%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#632C80 (or 0x632C80) is known color: Kingfisher Daisy. HEX triplet: 63, 2C and 80. RGB value is (99,44,128). Sum of RGB (Red+Green+Blue) = 99+44+128=271 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.53% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 128 (50.39% from 255 or 47.23% from 271); Max value from RGB is 128 - color contains mainly: blue. Hex color #632C80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632C80 is #9CD37F. Grayscale: #454545. Windows color (decimal): -10277760 or 8399971. OLE color: 8399971.

HSL color Cylindrical-coordinate representation of color #632C80: hue angle of 279.29º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #632C80 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 99 44 128 -
CMYK 0.23 0.66 0 0.50
HSL 279.29º 0.49% 0.34% -
HSV(B) 279.29º 0.66% 0.5% -
XYZ 9.94 6.01 21.06 -
YUV 70.02 160.72 148.67 -
System Red Green Blue C M Y K H S L
Decimal 99 44 128 0.23 0.66 0 0.50 279.29 0.49 0.34
Hex 63 2C 80 17 42 0 32 117 31 22
Octal 143 54 200 27 102 0 62 427 61 42
Binary 1100011 101100 10000000 10111 1000010 0 110010 100010111 110001 100010

Color Harmonies of #632C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632C80

Black with #632C80

Text Example


Text Example

White with #632C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632C80; }

 p { color: rgb(99,44,128); }

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

background-color css

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

 a { background-color: rgb(99,44,128); }

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

border-color css

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

 span { border-color: rgb(99,44,128); }

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