Html Css Color HEX #632C85 Kingfisher Daisy

📋 copy color: '#632C85'

red 99 ◦ green 44 ◦ blue 133

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

Shades of Kingfisher Daisy #632C85

Tints of Kingfisher Daisy #632C85

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.94%

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

R = 35.87%
G = 15.94%
B = 48.19%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#632C85 (or 0x632C85) is known color: Kingfisher Daisy. HEX triplet: 63, 2C and 85. RGB value is (99,44,133). Sum of RGB (Red+Green+Blue) = 99+44+133=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #632C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632C85 is #9CD37A. Grayscale: #464646. Windows color (decimal): -10277755 or 8727651. OLE color: 8727651.

HSL color Cylindrical-coordinate representation of color #632C85: hue angle of 277.08º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #632C85 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 44 133 -
CMYK 0.26 0.67 0 0.48
HSL 277.08º 0.5% 0.35% -
HSV(B) 277.08º 0.67% 0.52% -
XYZ 10.28 6.15 22.84 -
YUV 70.59 163.22 148.26 -
System Red Green Blue C M Y K H S L
Decimal 99 44 133 0.26 0.67 0 0.48 277.08 0.5 0.35
Hex 63 2C 85 1A 43 0 30 115 32 23
Octal 143 54 205 32 103 0 60 425 62 43
Binary 1100011 101100 10000101 11010 1000011 0 110000 100010101 110010 100011

Color Harmonies of #632C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632C85

Black with #632C85

Text Example


Text Example

White with #632C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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