Html Css Color HEX #633280 Kingfisher Daisy

📋 copy color: '#633280'

red 99 ◦ green 50 ◦ blue 128

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

Shades of Kingfisher Daisy #633280

Tints of Kingfisher Daisy #633280

RGB

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

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

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

R = 35.74%
G = 18.05%
B = 46.21%

CMYK

 C value IS 0.23

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#633280 (or 0x633280) is known color: Kingfisher Daisy. HEX triplet: 63, 32 and 80. RGB value is (99,50,128). Sum of RGB (Red+Green+Blue) = 99+50+128=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 128 - color contains mainly: blue. Hex color #633280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #633280 is #9CCD7F. Grayscale: #494949. Windows color (decimal): -10276224 or 8401507. OLE color: 8401507.

HSL color Cylindrical-coordinate representation of color #633280: hue angle of 277.69º 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 #633280 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 99 50 128 -
CMYK 0.23 0.61 0 0.50
HSL 277.69º 0.44% 0.35% -
HSV(B) 277.69º 0.61% 0.5% -
XYZ 10.18 6.49 21.14 -
YUV 73.54 158.73 146.16 -
System Red Green Blue C M Y K H S L
Decimal 99 50 128 0.23 0.61 0 0.50 277.69 0.44 0.35
Hex 63 32 80 17 3D 0 32 116 2C 23
Octal 143 62 200 27 75 0 62 426 54 43
Binary 1100011 110010 10000000 10111 111101 0 110010 100010110 101100 100011

Color Harmonies of #633280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633280

Black with #633280

Text Example


Text Example

White with #633280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633280; }

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

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

background-color css

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

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

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

border-color css

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

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

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