Html Css Color HEX #632380 Kingfisher Daisy

📋 copy color: '#632380'

red 99 ◦ green 35 ◦ blue 128

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

Shades of Kingfisher Daisy #632380

Tints of Kingfisher Daisy #632380

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.36%

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

R = 37.79%
G = 13.36%
B = 48.85%

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

#632380 (or 0x632380) is known color: Kingfisher Daisy. HEX triplet: 63, 23 and 80. RGB value is (99,35,128). Sum of RGB (Red+Green+Blue) = 99+35+128=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 128 - color contains mainly: blue. Hex color #632380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632380 is #9CDC7F. Grayscale: #404040. Windows color (decimal): -10280064 or 8397667. OLE color: 8397667.

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

Color convert

RGB 99 35 128 -
CMYK 0.23 0.73 0 0.50
HSL 281.29º 0.57% 0.32% -
HSV(B) 281.29º 0.73% 0.5% -
XYZ 9.64 5.41 20.96 -
YUV 64.74 163.7 152.44 -
System Red Green Blue C M Y K H S L
Decimal 99 35 128 0.23 0.73 0 0.50 281.29 0.57 0.32
Hex 63 23 80 17 49 0 32 119 39 20
Octal 143 43 200 27 111 0 62 431 71 40
Binary 1100011 100011 10000000 10111 1001001 0 110010 100011001 111001 100000

Color Harmonies of #632380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632380

Black with #632380

Text Example


Text Example

White with #632380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632380; }

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

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

background-color css

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

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

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

border-color css

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

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

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