Html Css Color HEX #632582 Kingfisher Daisy

📋 copy color: '#632582'

red 99 ◦ green 37 ◦ blue 130

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

Shades of Kingfisher Daisy #632582

Tints of Kingfisher Daisy #632582

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.91%

 BLUE value IS 130 (51.17% from 255) = 48.87%

R = 37.22%
G = 13.91%
B = 48.87%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#632582 (or 0x632582) is known color: Kingfisher Daisy. HEX triplet: 63, 25 and 82. RGB value is (99,37,130). Sum of RGB (Red+Green+Blue) = 99+37+130=266 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.22% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #632582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632582 is #9CDA7D. Grayscale: #414141. Windows color (decimal): -10279550 or 8529251. OLE color: 8529251.

HSL color Cylindrical-coordinate representation of color #632582: hue angle of 280º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #632582 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 37 130 -
CMYK 0.24 0.72 0 0.49
HSL 280º 0.56% 0.33% -
HSV(B) 280º 0.72% 0.51% -
XYZ 9.84 5.59 21.68 -
YUV 66.14 164.04 151.44 -
System Red Green Blue C M Y K H S L
Decimal 99 37 130 0.24 0.72 0 0.49 280 0.56 0.33
Hex 63 25 82 18 48 0 31 118 38 21
Octal 143 45 202 30 110 0 61 430 70 41
Binary 1100011 100101 10000010 11000 1001000 0 110001 100011000 111000 100001

Color Harmonies of #632582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632582

Black with #632582

Text Example


Text Example

White with #632582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632582; }

 p { color: rgb(99,37,130); }

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

background-color css

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

 a { background-color: rgb(99,37,130); }

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

border-color css

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

 span { border-color: rgb(99,37,130); }

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