Html Css Color HEX #632280 Kingfisher Daisy

📋 copy color: '#632280'

red 99 ◦ green 34 ◦ blue 128

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

Shades of Kingfisher Daisy #632280

Tints of Kingfisher Daisy #632280

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.03%

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

R = 37.93%
G = 13.03%
B = 49.04%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#632280 (or 0x632280) is known color: Kingfisher Daisy. HEX triplet: 63, 22 and 80. RGB value is (99,34,128). Sum of RGB (Red+Green+Blue) = 99+34+128=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 128 - color contains mainly: blue. Hex color #632280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632280 is #9CDD7F. Grayscale: #3F3F3F. Windows color (decimal): -10280320 or 8397411. OLE color: 8397411.

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

Color convert

RGB 99 34 128 -
CMYK 0.23 0.73 0 0.50
HSL 281.49º 0.58% 0.32% -
HSV(B) 281.49º 0.73% 0.5% -
XYZ 9.61 5.36 20.95 -
YUV 64.15 164.03 152.86 -
System Red Green Blue C M Y K H S L
Decimal 99 34 128 0.23 0.73 0 0.50 281.49 0.58 0.32
Hex 63 22 80 17 49 0 32 119 3A 20
Octal 143 42 200 27 111 0 62 431 72 40
Binary 1100011 100010 10000000 10111 1001001 0 110010 100011001 111010 100000

Color Harmonies of #632280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632280

Black with #632280

Text Example


Text Example

White with #632280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632280; }

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

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

background-color css

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

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

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

border-color css

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

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

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