Html Css Color HEX #632085 Kingfisher Daisy

📋 copy color: '#632085'

red 99 ◦ green 32 ◦ blue 133

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

Shades of Kingfisher Daisy #632085

Tints of Kingfisher Daisy #632085

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.12%

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

R = 37.5%
G = 12.12%
B = 50.38%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#632085 (or 0x632085) is known color: Kingfisher Daisy. HEX triplet: 63, 20 and 85. RGB value is (99,32,133). Sum of RGB (Red+Green+Blue) = 99+32+133=264 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.5% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #632085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632085 is #9CDF7A. Grayscale: #3F3F3F. Windows color (decimal): -10280827 or 8724579. OLE color: 8724579.

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

Color convert

RGB 99 32 133 -
CMYK 0.26 0.76 0 0.48
HSL 279.8º 0.61% 0.32% -
HSV(B) 279.8º 0.76% 0.52% -
XYZ 9.9 5.38 22.71 -
YUV 63.55 167.2 153.29 -
System Red Green Blue C M Y K H S L
Decimal 99 32 133 0.26 0.76 0 0.48 279.8 0.61 0.32
Hex 63 20 85 1A 4C 0 30 118 3D 20
Octal 143 40 205 32 114 0 60 430 75 40
Binary 1100011 100000 10000101 11010 1001100 0 110000 100011000 111101 100000

Color Harmonies of #632085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632085

Black with #632085

Text Example


Text Example

White with #632085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632085; }

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

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

background-color css

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

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

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

border-color css

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

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

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