Html Css Color HEX #632080 Kingfisher Daisy

📋 copy color: '#632080'

red 99 ◦ green 32 ◦ blue 128

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

Shades of Kingfisher Daisy #632080

Tints of Kingfisher Daisy #632080

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.36%

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

R = 38.22%
G = 12.36%
B = 49.42%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#632080 (or 0x632080) is known color: Kingfisher Daisy. HEX triplet: 63, 20 and 80. RGB value is (99,32,128). Sum of RGB (Red+Green+Blue) = 99+32+128=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 128 (50.39% from 255 or 49.42% from 259); Max value from RGB is 128 - color contains mainly: blue. Hex color #632080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632080 is #9CDF7F. Grayscale: #3E3E3E. Windows color (decimal): -10280832 or 8396899. OLE color: 8396899.

HSL color Cylindrical-coordinate representation of color #632080: hue angle of 281.88º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #632080 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 99 32 128 -
CMYK 0.23 0.75 0 0.50
HSL 281.88º 0.6% 0.31% -
HSV(B) 281.88º 0.75% 0.5% -
XYZ 9.56 5.24 20.93 -
YUV 62.98 164.7 153.69 -
System Red Green Blue C M Y K H S L
Decimal 99 32 128 0.23 0.75 0 0.50 281.88 0.6 0.31
Hex 63 20 80 17 4B 0 32 11A 3C 1F
Octal 143 40 200 27 113 0 62 432 74 37
Binary 1100011 100000 10000000 10111 1001011 0 110010 100011010 111100 11111

Color Harmonies of #632080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632080

Black with #632080

Text Example


Text Example

White with #632080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632080; }

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

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

background-color css

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

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

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

border-color css

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

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

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