Html Css Color HEX #632485 Kingfisher Daisy

📋 copy color: '#632485'

red 99 ◦ green 36 ◦ blue 133

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

Shades of Kingfisher Daisy #632485

Tints of Kingfisher Daisy #632485

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.43%

 BLUE value IS 133 (52.34% from 255) = 49.63%

R = 36.94%
G = 13.43%
B = 49.63%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#632485 (or 0x632485) is known color: Kingfisher Daisy. HEX triplet: 63, 24 and 85. RGB value is (99,36,133). Sum of RGB (Red+Green+Blue) = 99+36+133=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #632485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632485 is #9CDB7A. Grayscale: #414141. Windows color (decimal): -10279803 or 8725603. OLE color: 8725603.

HSL color Cylindrical-coordinate representation of color #632485: hue angle of 278.97º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #632485 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 36 133 -
CMYK 0.26 0.73 0 0.48
HSL 278.97º 0.57% 0.33% -
HSV(B) 278.97º 0.73% 0.52% -
XYZ 10.01 5.61 22.75 -
YUV 65.9 165.87 151.61 -
System Red Green Blue C M Y K H S L
Decimal 99 36 133 0.26 0.73 0 0.48 278.97 0.57 0.33
Hex 63 24 85 1A 49 0 30 117 39 21
Octal 143 44 205 32 111 0 60 427 71 41
Binary 1100011 100100 10000101 11010 1001001 0 110000 100010111 111001 100001

Color Harmonies of #632485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632485

Black with #632485

Text Example


Text Example

White with #632485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632485; }

 p { color: rgb(99,36,133); }

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

background-color css

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

 a { background-color: rgb(99,36,133); }

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

border-color css

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

 span { border-color: rgb(99,36,133); }

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