Html Css Color HEX #632A85 Kingfisher Daisy

📋 copy color: '#632A85'

red 99 ◦ green 42 ◦ blue 133

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

Shades of Kingfisher Daisy #632A85

Tints of Kingfisher Daisy #632A85

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.33%

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

R = 36.13%
G = 15.33%
B = 48.54%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#632A85 (or 0x632A85) is known color: Kingfisher Daisy. HEX triplet: 63, 2A and 85. RGB value is (99,42,133). Sum of RGB (Red+Green+Blue) = 99+42+133=274 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.13% from 274); Green value is 42 (16.80% from 255 or 15.33% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #632A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632A85 is #9CD57A. Grayscale: #454545. Windows color (decimal): -10278267 or 8727139. OLE color: 8727139.

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

Color convert

RGB 99 42 133 -
CMYK 0.26 0.68 0 0.48
HSL 277.58º 0.52% 0.34% -
HSV(B) 277.58º 0.68% 0.52% -
XYZ 10.21 6 22.81 -
YUV 69.42 163.88 149.1 -
System Red Green Blue C M Y K H S L
Decimal 99 42 133 0.26 0.68 0 0.48 277.58 0.52 0.34
Hex 63 2A 85 1A 44 0 30 116 34 22
Octal 143 52 205 32 104 0 60 426 64 42
Binary 1100011 101010 10000101 11010 1000100 0 110000 100010110 110100 100010

Color Harmonies of #632A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632A85

Black with #632A85

Text Example


Text Example

White with #632A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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